CAObject::ClassType
ADE User Guide > ADE Server Class Reference > CAObject
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