Arw Get Anchor to Bars

From MultiCharts
Revision as of 15:08, 15 June 2017 by Angelina (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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);