Read-only

 

NumberOfPoints Property


Description

Returns the number of data points of the measurement. To understand how this property is useful, see IMeasurement2 Interface.

 VB Syntax

value = meas.NumberOfPoints

Variable

(Type) - Description

value

(Long) - variable to store the returned value

meas

A Measurement  (object)

Return Type

Long Integer

Default

Not Applicable

Examples

Print meas.NumberOfPoints 'prints the number of data points

C++ Syntax

HRESULT get_NumberOfPoints(long *pVal);

Interface

IMeasurement2