XYZGetNumberOfPointsΒΆ

XYZGetNumberOfPoints returns the number of data points (x/y/z-triple) of a 3D dataset.

nPoints = XYZGetNumberOfPoints(hData)

Return Value

nPoints is the number of datapoints. If the dataset only contains a matrix the function returns the value 0.

Parameters

hData

The handle of a dataset created with XYZCreate.

id-1595235