Description
Returns the number of data points in the data set, with or without the effects of any applied filter.
Syntax
object.NumDataPoints(Optional ignoreFilter As Boolean = False)
Arguments
ignoreFilter (Optional Boolean) – if TRUE, the number of orginal data points is returned, ignoring the effects of any applied filter. If FALSE (or missing) the number of data points after the filter has been applied.
Return Value
(Long) – the number of data points
Example
numPoints = InputDataObj.NumDataPoints