FraCurve.Count()

<< Click to Display Table of Contents >>

Navigation:  Explain™ Control Language  > Library Routines > Curve classes > class FRACURVE >

FraCurve.Count()

Description

Return the number of points actually acquired in a FraCurve object.

 

The number returned is not the same as the number of points allocated.

 

Type

INSTANCE FUNCTION

 

Usage

NumPoints = FraCurve.Count()

 

NumPoints

INDEX

The number of points in the FRACURVE object. Zero is returned if no data have been acquired yet.