Sets the line end style for a specific element for the specific layer. LineEndStyle controls the ability for arrowheads and related designs on the end of line based tools.
Visual Basic |
---|
Public Sub PrgSetItemLineEndStyle( _ ByVal layerHandle As Long, _ ByVal seqNum As Long, _ ByVal LineEnd As NX_LineEndStyleType _ ) |
- layerHandle
- The handle of a layer returned by the CreateLayer method.
- seqNum
- The handle of an element returned by the ElementAppend 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.