Difference between revisions of "CAObject::ClassType/zh"
(Created page with "= 属性 string ClassType =") |
(Created page with "== 数据类型 ==") |
||
Line 7: | Line 7: | ||
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. | ||
− | == | + | == 数据类型 == |
string | string |
Revision as of 05:41, 21 October 2015
ADE User Guide > ADE Server Class Reference > CAObject
属性 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.
数据类型
string
Access
read/write
Usage
prevClassType = obj.ClassType; obj.ClassType = "Objective";
See Also
- CAObject::GetAttribute method
- CAObject::SetAttribute method
Comments
Enable comment auto-refresher