XYZSetLabelOrientationΒΆ

XYZSetLabelOrientation sets the isoline labels horizontally or on the grade of the isoline.

bool = XYZSetLabelOrientation(hData, rsOrientation)

Return Value

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

Parameters

hData

Is the handle of the dataset created with XYZCreate.

rsOrientation

rsOrientation has the value 1, when the labels should appear graded on the isoline, or the value 0 when they should appeaer horizontally.

id-2065030