XYZSetLabelFormatTypeΒΆ
XYZSetLabelFormatType specifies how the decimal places of isoline values are calculated (manually or automatically).
- bool = XYZSetLabelFormatType(hData, nType)
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.
- nType
If nType is 0 the decimal places are set using the XYZSetLabelFormat function. If nType is 1 the decimal places are calculated automatically.
id-1611595