Accusoft NotateXpress 12
ElementSetLineBeginStyle Method
See Also  Send comments on this topic.
elementHandle
The handle of an element returned by the ElementCreate method.
LineEnd
AccusoftNotateXpress12 ActiveX DLL > NotateXpress Object : ElementSetLineBeginStyle Method

Glossary Item Box

Description

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.

Syntax

Visual Basic
Public Sub ElementSetLineBeginStyle( _
   ByVal elementHandle As Long, _
   ByVal LineEnd As NX_LineEndStyleType _
) 

Parameters

elementHandle
The handle of an element returned by the ElementCreate 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.