.. highlightlang:: us .. index:: XYZShowLabelInABox .. _xyzshowlabelinabox: XYZShowLabelInABox ================== .. us.tag XYZShowLabelInABox ENGLISH XYZSet_label :ref:`XYZShowLabelInABox` specifies if the isoline labels appear in boxes. .. function:: bool = XYZShowLabelInABox(hData, bShow) .. us.return **Return Value** If the function succeeds, the return value *bool* is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: hData Is the handle of a dataset created with :ref:`XYZCreate`. .. uparam:: bShow *bShow* Is TRUE (1)when the isoline labels should appear boxed and otherwise FALSE (0). .. seealso:: :ref:`overview-xyz-datasets`, :ref:`XYZCreate` :sub:`id-918141`