Changes

Jump to navigation Jump to search

Arw Get Anchor to Bars

568 bytes added, 15:08, 15 June 2017
Created page with "Returns the value of "anchor to bar" option of the arrow drawing with a specified ID. ==Usage== <syntaxhighlight>Arw_Get_Anchor_to_Bars(ArrowID)</syntaxhighlight> :'''Wher..."
Returns the value of "anchor to bar" option of the arrow drawing with a specified ID.

==Usage==
<syntaxhighlight>Arw_Get_Anchor_to_Bars(ArrowID)</syntaxhighlight>

:'''Where''':<br> ArrowID is a numerical expression specifying the arrow drawing ID number

==Notes==
An arrow ID number is returned by Arw_New when the arrow drawing is created.

==Example==
Assign "anchor to bars" option of the arrow drawing with an ID number of 3 to the Condition1 variable:

<syntaxhighlight>Condition1 = Arw_Get_Anchor_to_Bars(3);</syntaxhighlight>


[[Category:ArrowDrawing]]

Navigation menu