Difference between revisions of "Axis addOption"

From Catglobe Wiki
Jump to: navigation, search
Line 1: Line 1:
 
[[Category:Axis set modifying CGScript functions]]
 
[[Category:Axis set modifying CGScript functions]]
 +
{{HelpFiles}}
  
 
====Axis_addOption====
 
====Axis_addOption====

Revision as of 11:32, 12 December 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