Accusoft NotateXpress 13
PrgSetItemPenStyle Method
The handle of a layer returned by the CreateLayer method.
The handle of an element returned by the ElementAppend method.
Description
Sets the pen style for a specific element for the specific layer.
Syntax
Visual Basic
Public Sub PrgSetItemPenStyle( _
   ByVal layerHandle As Long, _
   ByVal seqNum As Long, _
   ByVal penStyle As NX_PenStyleType _
) 
Parameters
layerHandle
The handle of a layer returned by the CreateLayer method.
seqNum
The handle of an element returned by the ElementAppend method.
penStyle
ValueDescription
NX_PenStyle_DashDash pen style.
NX_PenStyle_DashDotDash dot pen style.
NX_PenStyle_DashDotDotDash dot dot pen style.
NX_PenStyle_DotDotted pen style.
NX_PenStyle_SolidSolid pen style.
Remarks

Note: The PenStyle can be anything when the pen is one pixel. The PenStyle can only be NX_PenStyle_Solid when the width is more than one pixel.

See Also

NotateXpress Object  | NotateXpress Members  | Modifying Existing Annotations

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback