XYZSetDefaultΒΆ

XYZSetDefault sets all dataset properties of a 3D dataset to default.

bool = XYZSetDefault(hData)

Return Value

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

Parameters

hData

The handle of a dataset created with XYZCreate.

Example

XYZSetDefault(hData);
XYZSetProps(hData, "iso-values = '300, 330, 350, 400, 500'");

id-307479