XYZDestroyΒΆ

The XYZDestroy destroys a dataset created with XYZCreate or XYZCreateFromMatrix.

bool = XYZDestroy(hData)

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.

id-728956