Difference between revisions of "CAObject::ClassType"
(Created page with "<< Back to CAObject = property string ClassType = The class of the object (e.g., "module", "variable", "chance", etc.). If you want to ch...") |
(hyperlink) |
||
Line 3: | Line 3: | ||
= property string ClassType = | = property string ClassType = | ||
− | The class of the [[Objects and Values|object]] (e.g., "module", "variable", "chance", etc.). If you want to change the object's class, set the property. | + | The [[Class|class]] of the [[Objects and Values|object]] (e.g., "module", "variable", "chance", etc.). If you want to change the object's class, set the property. |
== Data type == | == Data type == |
Revision as of 21:20, 12 May 2015
property string ClassType
The class of the object (e.g., "module", "variable", "chance", etc.). If you want to change the object's class, set the property.
Data type
string
Access
read/write
Usage
prevClassType = obj.ClassType; obj.ClassType = "Objective";
See Also
- CAObject::GetAttribute method
- CAObject::SetAttribute method
Comments
Enable comment auto-refresher