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.
Visual Basic |
---|
Public Sub ElementSetLineEndStyle( _ ByVal elementHandle As Long, _ ByVal LineEnd As NX_LineEndStyleType _ ) |
- elementHandle
- The handle of an element returned by the ElementCreate method.
- LineEnd
These options are from the NX_LineEndStyleType enumeration.Value Description NX_LineEnd_Arrow Arrow. NX_LineEnd_Butt Perpendicular line. NX_LineEnd_Circle Circle. NX_LineEnd_ClosedArrow Closed arrow. NX_LineEnd_Diamond Diamond. NX_LineEnd_Plain Plain. NX_LineEnd_ReverseArrow Reverse arrow. NX_LineEnd_ReverseClosedArrow Reversed closed arrow. NX_LineEnd_Slash Slash. NX_LineEnd_Square Square.
The size of the arrowhead is proportional to the line thickness