Difference between revisions of "AxisSet addAxis"

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

 

  

Revision as of 04:35, 29 March 2011



AxisSet_addAxis

Adds the axis passed as argument to the method. If an axis already exists in the axis-set with the same name then return false without adding the axis. Else the axis will be added to the end of the axis-set and the function returns true.

Syntax

AxisSet_addAxis(axis)

Arguments

axis: Is an axis array, created by Axis_new function.

Return type

bool

Examples

bool exist = AxisSet_addAxis(ageAxis);

Availability

Version 5.5