.. highlightlang:: us .. index:: HatchSetStyle .. _hatchsetstyle: HatchSetStyle ============= .. us.tag HatchSetStyle NOTREADYENGLISH :ref:`HatchSetStyle` sets the hatch style. .. function:: bool = HatchSetStyle(hHatch, nStyle) .. us.return **Return Value** If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: hHatch Identifies the Hatch. .. uparam:: nStyle *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 .. seealso:: :ref:`overview-hatch`, :ref:`HatchCreate` :sub:`id-666246`