.. highlightlang:: us .. _xygethatch: XYGetHatch ========== .. index:: XYGetHatch .. us.tag XYGetHatch ENGLISH XYGet :ref:`XYGetHatch` returns the object handle for the hatch of 2D datasets. .. function:: hHatch = XYGetHatch(hData) .. us.return **Return Value** *hHatch* is the handle of the hatch object. .. us.params **Parameters** .. uparam:: hData The handle of a dataset created with :ref:`XYCreate` or :ref:`TYCreate`. .. seealso:: :ref:`overview-xy-datasets`, :ref:`TYCreate`, :ref:`XYCreate` :sub:`id-1478386`