XYZShowLabelInABoxΒΆ

XYZShowLabelInABox specifies if the isoline labels appear in boxes.

bool = XYZShowLabelInABox(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 isoline labels should appear boxed and otherwise FALSE (0).

id-918141