+1 888 340 6572

Arw GetActive: Difference between revisions

From MultiCharts
(Created page with "Returns a numerical value indicating the object ID number of the currently selected arrow object; returns a value of -1 if no arrow objects are currently selected. ==== Usag...")
(No difference)

Revision as of 21:31, 16 January 2012

Returns a numerical value indicating the object ID number of the currently selected arrow object; returns a value of -1 if no arrow objects are currently selected.

Usage

Arw_GetActive

Notes

An object-specific ID number is assigned by Arw_New when the arrow object is created.

Example

Assign a value, indicating the object ID number of the currently selected arrow object, to Value1 variable:

Value1=Arw_GetActive;