<< Click to Display Table of Contents >> Navigation: Explain™ Control Language > Library Routines > Curve classes > class FRACURVE > FraCurve.Count() |
Return the number of points actually acquired in a FraCurve object.
The number returned is not the same as the number of points allocated.
NumPoints = FraCurve.Count()
NumPoints |
INDEX |
The number of points in the FRACURVE object. Zero is returned if no data have been acquired yet. |