Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

AxisSet removeAxis: Difference between revisions

From Catglobe Wiki
Cg_pham (talk | contribs)
No edit summary
No edit summary
Line 1: Line 1:
[[Category:Axis set modifying CGScript functions]]
[[Category:Axis set modifying CGScript functions]]

{{HelpFiles}}


====AxisSet_removeAxis====
====AxisSet_removeAxis====

Revision as of 09:41, 12 December 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