XYZSetIsoValuesΒΆ

XYZSetIsoValues sets the isoline values.

bool = XYZSetIsoValues(hData, rvValues)

Return Value

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

Parameters

hData

A handle for a dataset created with XYZCreate or XYZCreateFromMatrix.

rvValues

rvValues is a vector with isoline values. The number of values is limited to 100. All isoline values already present in the dataset will be deleted (see XYZGetIsoValues).

id-431604