Accusoft NotateXpress 12
PrgSetItemLineEndStyle Method
See Also  Send comments on this topic.
layerHandle
The handle of a layer returned by the CreateLayer method.
seqNum
The handle of an element returned by the ElementAppend method.
LineEnd
AccusoftNotateXpress12 ActiveX DLL > NotateXpress Object : PrgSetItemLineEndStyle Method

Glossary Item Box

Description

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.

Syntax

Visual Basic
Public Sub PrgSetItemLineEndStyle( _
   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

©2013. Accusoft Corporation. All Rights Reserved.