Difference between revisions of "Arw Get Anchor to Bars"

From MultiCharts
Jump to navigation Jump to search
(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...")
 
(No difference)

Latest revision as of 15:08, 15 June 2017

Returns the value of "anchor to bar" option of the arrow drawing with a specified ID.

Usage

Arw_Get_Anchor_to_Bars(ArrowID)
Where:
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:

Condition1 = Arw_Get_Anchor_to_Bars(3);