XYZIsSplineΒΆ

XYZIsSpline checks if the isoline points are connected by a spline.

bSpline = XYZIsSpline(hData)

Return Value

bSpline is TRUE (1), when the isoline points should be connected by a spline and FALSE (0), if they should be connected with a polygon.

Parameters

hData

The handle of a dataset created with XYZCreate.

id-45467