Difference between revisions of "AxisSet axisExists"

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

 

  

Revision as of 05:36, 29 March 2011



AxisSet_axisExists

Returns true if an axis exists with the name passed as argument to the method and false otherwise.

Syntax

AxisSet_axisExists(name)

Arguments

name: Is a string expression.

Return type

bool

Examples

bool b = AxisSet_axisExists("Age Groups")l

Availability

Version 5.5