Arw GetActive

From MultiCharts
Revision as of 21:32, 16 January 2012 by Admin (talk | contribs)
Jump to navigation Jump to search

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;