GetValueArray - method of object tvPoints
Description:
Returns an array with the values of data points from the buffer according to the sFilter parameter. By the parameter it is possible, for example, to determine if the values of data points from the whole buffer or only from the visible part of the buffer are returned.
Syntax:
GetValueArray(sFilter As String) As Variant
Calling:
arr = oPoints.GetValueArray(sFilter)
Parameters:
sFilter | (String) selection of the data points whose values are returned all - all data points that are in the buffer visible - all data points that are in the moment of calling in the visible part of the buffer |
---|
Return Values:
Returns an array with the values of data points
Note:
In the javascript the method isn't temporarily supported.