Difference between revisions of "CAObject::ClassType"
(hyperlink) |
(Marked this version for translation) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | [[CAObject | + | [[Category:ADE User Guide]] |
+ | [[ADE User Guide]] > [[ADE Server Class Reference]] > [[CAObject]] | ||
+ | <languages /> | ||
+ | <translate> | ||
− | = property string ClassType = | + | = property string ClassType = <!--T:1--> |
+ | <!--T:2--> | ||
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. | 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 == <!--T:3--> |
+ | <!--T:4--> | ||
string | string | ||
− | == Access == | + | == Access == <!--T:5--> |
+ | <!--T:6--> | ||
read/write | read/write | ||
− | = Usage = | + | = Usage = <!--T:7--> |
− | prevClassType = obj.ClassType; | + | <!--T:8--> |
+ | prevClassType = obj.ClassType; | ||
obj.ClassType = "Objective"; | obj.ClassType = "Objective"; | ||
− | = See Also = | + | = See Also = <!--T:9--> |
+ | <!--T:10--> | ||
* [[CAObject::GetAttribute]] method | * [[CAObject::GetAttribute]] method | ||
* [[CAObject::SetAttribute]] method | * [[CAObject::SetAttribute]] method | ||
+ | </translate> |
Latest revision as of 00:28, 16 June 2015
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