Sets the line begin style of an existing element. LineBeginStyle controls the ability for arrowheads and related designs on the beginning of line based tools.
Visual Basic |
---|
Public Sub ElementSetLineBeginStyle( _ ByVal elementHandle As Long, _ ByVal LineEnd As NX_LineEndStyleType _ ) |
- elementHandle
- The handle of an element returned by the ElementCreate method.
- LineEnd
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.