AccusoftNotateXpress13 ActiveX DLL > NotateXpress Object : PrgSetItemLineEndStyle Method |
Visual Basic |
---|
Public Sub PrgSetItemLineEndStyle( _ ByVal layerHandle As Long, _ ByVal seqNum As Long, _ ByVal LineEnd As NX_LineEndStyleType _ ) |
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. |