XYZGetLabelFormatTypeΒΆ

XYZGetLabelFormatType returns a value that specifies how the decimal places of isoline labels are created (manually or automatically).

nType = XYZGetLabelFormatType(hData)

Return Value

nType. If nType is 0, the decimal places for isoline labels are set with the XYZSetLabelFormat function. If nType is 1, the decimal places are calculated automatically depending on the isoline values. .. us.params

Parameters

hData

A handle for a dataset created with XYZCreate or XYZCreateFromMatrix.

id-246482