Accusoft NotateXpress 13
PrgSetItemLineBeginStyle Method
The handle of a layer returned by the CreateLayer method.
The handle of an element returned by the ElementAppend method.
Description
Sets the line begin style for a specific element for the specific layer.  LineBeginStyle controls the ability for arrowheads and related designs on the beginning of line based tools.
Syntax
Visual Basic
Public Sub PrgSetItemLineBeginStyle( _
   ByVal layerHandle As Long, _
   ByVal seqNum As Long, _
   ByVal LineEnd As NX_LineEndStyleType _
) 
Parameters
layerHandle
The handle of a layer returned by the CreateLayer method.
seqNum
The handle of an element returned by the ElementAppend 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.
Remarks
The size of the arrowhead is proportional to the line thickness.
See Also

NotateXpress Object  | NotateXpress Members  | Modifying Existing Annotations

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback