XYZShowHullLabelHorizontalΒΆ
XYZShowHullLabelHorizontal determines if the hull label appears horizontally or vertically.
- bool = XYZShowHullLabelHorizontal(hData, bShow)
Return Value
If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0).
Parameters
- hData
Is the handle of a dataset created with XYZCreate.
- bShow
bShow is TRUE (1) when the hull should be labelled horizontally and FALSE (0) when it should be labelled vertically.
id-1649751