Difference between revisions of "AxisSet getAxis"

From Catglobe Wiki
Jump to: navigation, search
(jrfconvert import)
 
Line 1: Line 1:
[[Category:HelpBooks]]
+
[[Category:Axis set modifying CGScript functions]]
 

 

  

Revision as of 05:37, 29 March 2011



AxisSet_getAxis

Gets the axis by name from the axis-set belonging to the current DCS context. The axis object is returned as an array formated according to the description given for the axis object constructor function (see Axis_new for more information)

Syntax

AxisSet_getAxis(name)

Arguments

name: Is a string expression, it is name of the axis to look up.

Return type

array

Examples

array axis = AxisSet_getAxis("Age Groups");

Availability

Version 5.5