+1 888 340 6572

Arw GetBarNumber: Difference between revisions

From MultiCharts
(Created page with "Returns a numerical value representing the barnumber of the arrow object with a specified ID. ===Usage=== <syntaxhighlight> arw_getbarnumber(ref); </syntaxhighlight> ===Pa...")
 
No edit summary
 
Line 1: Line 1:
Returns a numerical value representing the barnumber of the arrow object with a specified ID.  
Returns a numerical value representing the barnumber of the arrow object with a specified ID.  


===Usage===  
==Usage==  
<syntaxhighlight>
<syntaxhighlight>
arw_getbarnumber(ref);
arw_getbarnumber(ref);
</syntaxhighlight>
</syntaxhighlight>


===Parameters===
==Parameters==
* Ref – ID of the arrow object;  
* Ref – ID of the arrow object;  


===Example===
==Example==
Get the number of the bar where the arrow object with ID = 1 is placed.  
Get the number of the bar where the arrow object with ID = 1 is placed.  
<syntaxhighlight>
<syntaxhighlight>

Latest revision as of 21:51, 27 February 2017

Returns a numerical value representing the barnumber of the arrow object with a specified ID.

Usage

arw_getbarnumber(ref);

Parameters

  • Ref – ID of the arrow object;

Example

Get the number of the bar where the arrow object with ID = 1 is placed.

arw_getbarnumber(1);