XYZSetSplineΒΆ

XYZSetSpline determines if the isolines appear as splines or polygons.

bool = XYZSetSpline(hData, bSpline)

Return Value

If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0).

Parameters

hData

Is the handle of a dataset created with XYZCreate.

bSpline

When bSpline is TRUE (1), the isolines will be connected by a spline. If it is FALSE (0), the isolines will be created as polygons.

Comment

The changes will come into effect after the function XYZUpdate is called.

id-2101641