Difference between revisions of "Axis addOption"
(jrfconvert import) |
|||
Line 1: | Line 1: | ||
− | [[Category: | + | [[Category:Axis set modifying CGScript functions]] |
− | | ||
====Axis_addOption==== | ====Axis_addOption==== |
Revision as of 04:31, 29 March 2011
Axis_addOption
Adds an axis option to the end of the array containing the axis options in the axis passed as argument to the method, and returns its index in the option list.
Syntax
Axis_addOption(axis, axisOption)
Arguments
axis: Is an axis array created by Axis_new function.
axisOption: Is an axis option array, created by AxisOption_new function.
Return type
Number
Examples
number index = Axis_addOption(myAxis, myOption);
Availability
Version 5.5