AccusoftNotateXpress13 ActiveX DLL > NotateXpress Object : PrgSetItemHatchStyle Method |
Visual Basic |
---|
Public Sub PrgSetItemHatchStyle( _ ByVal layerHandle As Long, _ ByVal seqNum 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. |