Read only
About PNA Options

MinimumNumberOfPoints Property


Description

Returns the minimum possible number of data points for a data trace.

 VB Syntax

value = cap.MinimumNumberOfPoints

Variable

(Type) - Description

value

(Long) - Variable to store the returned minimum value for number of points.

cap

A Capabilities (object)

Return Type

Double

Default

Not Applicable

Examples

value = cap.MinimumNumberOfPoints 'Read

C++ Syntax

HRESULT get_MinimumNumberOfPoints(double *  minimumNumberOfPoints );

Interface

ICapabilities


Last Modified:

24-Oct-2013

Changed return type

3-Dec-2007

MX New topic