.. highlightlang:: us .. index:: HatchGetStyle .. _hatchgetstyle: HatchGetStyle ============= .. us.tag HatchGetStyle NOTREADYENGLISH HATCH_Get :ref:`HatchGetStyle` returns the hatch style. .. function:: nStyle = HatchGetStyle(hHatch) .. us.return **Return Value** *nStyle* is an OR combination of the following values: .. list-table:: :header-rows: 1 * - Value - Meaning * - HATCH_0 - Hatch 0 degrees * - HATCH_45 - Hatch 45 degrees * - HATCH_90 - Hatch 90 degrees * - HATCH_135 - Hatch 135 degrees .. us.params **Parameters** .. uparam:: hHatch Identifies the hatch. .. seealso:: :ref:`overview-hatch`, :ref:`HatchCreate` :sub:`id-390976`