| AccusoftNotateXpress13 ActiveX DLL > NotateXpress Object : ElementSetHatchStyle Method |
| Visual Basic |
|---|
Public Sub ElementSetHatchStyle( _ ByVal elementHandle As Long, _ ByVal hatch As NX_HatchStyleType _ ) |
| Value | Description |
|---|---|
| NX_Hatch_BDiagonal | Backward diagonal hatching. |
| NX_Hatch_Cross | Cross hatching. |
| NX_Hatch_DiagonalCross | Diagonal cross hatching. |
| NX_Hatch_FDiagonal | Forward diagonal hatching. |
| NX_Hatch_Horizontal | Horizontal hatching. |
| NX_Hatch_None | No hatch. |
| NX_Hatch_Vertical | Vertical hatching. |