Accusoft NotateXpress 13
ElementSetPenStyle Method
The handle of an element returned by the ElementCreate method.
Description
Sets the pen style of an existing element.
Syntax
Visual Basic
Public Sub ElementSetPenStyle( _
   ByVal elementHandle As Long, _
   ByVal penStyle As NX_PenStyleType _
) 
Parameters
elementHandle
The handle of an element returned by the ElementCreate 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 any of the NX_PenStyleType options when the pen is one pixel. The pen style can only be NX_LinePenStyle_Solid when the width is more than one pixel.

See Also

NotateXpress Object  | NotateXpress Members  | Creating Programmatic Annotations

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback