Difference between revisions of "AxisSet removeAxis"

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:37, 29 March 2011



AxisSet_removeAxis

Removes the axis from the axis set. If no axis exists with the specified name then return false. Else the axis is removed from the axis-set and the function returns true.

Syntax

AxisSet_removeAxis(name)

Arguments

name: Is a string expression. It is the axis name

Return type

bool

Examples

bool b = AxisSet_removeAxis("Age Groups");

Availability

Version 5.5