Sets the hatch style for a specific element for the specific layer.
Visual Basic |
---|
Public Sub PrgSetItemHatchStyle( _ ByVal layerHandle As Long, _ ByVal seqNum As Long, _ ByVal hatch As NX_HatchStyleType _ ) |
- layerHandle
- The handle of a layer returned by the CreateLayer method.
- seqNum
- The handle of an element returned by the ElementAppend method.
- hatch
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.