Accusoft NotateXpress 12
PrgSetItemHatchStyle Method
See Also  Send comments on this topic.
layerHandle
The handle of a layer returned by the CreateLayer method.
seqNum
The handle of an element returned by the ElementAppend method.
hatch
AccusoftNotateXpress12 ActiveX DLL > NotateXpress Object : PrgSetItemHatchStyle Method

Glossary Item Box

Description

Sets the hatch style for a specific element for the specific layer.

Syntax

Visual Basic
Public Sub PrgSetItemHatchStyle( _
   ByVal layerHandle As Long, _
   ByVal seqNum As Long, _
   ByVal hatch As NX_HatchStyleType _
) 

Parameters

layerHandle
The handle of a layer returned by the CreateLayer method.
seqNum
The handle of an element returned by the ElementAppend method.
hatch
ValueDescription
NX_Hatch_BDiagonalBackward diagonal hatching.
NX_Hatch_CrossCross hatching.
NX_Hatch_DiagonalCrossDiagonal cross hatching.
NX_Hatch_FDiagonalForward diagonal hatching.
NX_Hatch_HorizontalHorizontal hatching.
NX_Hatch_NoneNo hatch.
NX_Hatch_VerticalVertical hatching.

See Also

©2013. Accusoft Corporation. All Rights Reserved.