DbTrendGetCursorData

 

The 'DbTrendGetCursorData' function gets the data value of current cursor at DatabaseTrend object.

 

double @DbTrendGetCursorData(string class_name, int pos);

 

Parameters

string class_name : Class name of DatabaseTrend object.

int pos : Tag position to bring the data.

 

Return Value

It returns the data value of current cursor.

 

Example

@DbTrendGetCursorData("DbTrend1", 3);

Description : It gets the data of no.3 cursor position at DatabaseTrend object 'DbTrend1'.

 

Version Information

Supported Version : 10.2.4 or higher