Accusoft NotateXpress 13
ElementSetLineEndStyle Method
The handle of an element returned by the ElementCreate method.
These options are from the NX_LineEndStyleType enumeration.
Description
Sets the line end style of an existing element.  LineEndStyle controls the ability for arrowheads and related designs on the end of line based tools.
Syntax
Visual Basic
Public Sub ElementSetLineEndStyle( _
   ByVal elementHandle As Long, _
   ByVal LineEnd As NX_LineEndStyleType _
) 
Parameters
elementHandle
The handle of an element returned by the ElementCreate method.
LineEnd
ValueDescription
NX_LineEnd_ArrowArrow.
NX_LineEnd_ButtPerpendicular line.
NX_LineEnd_CircleCircle.
NX_LineEnd_ClosedArrowClosed arrow.
NX_LineEnd_DiamondDiamond.
NX_LineEnd_PlainPlain.
NX_LineEnd_ReverseArrowReverse arrow.
NX_LineEnd_ReverseClosedArrowReversed closed arrow.
NX_LineEnd_SlashSlash.
NX_LineEnd_SquareSquare.
These options are from the NX_LineEndStyleType enumeration.
Remarks
The size of the arrowhead is proportional to the line thickness
See Also

NotateXpress Object  | NotateXpress Members  | Creating Programmatic Annotations

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback