Difference between revisions of "CAObject::ClassType/zh"
(Created page with "读 / 写") |
(Created page with "= 用法 =") |
||
Line 15: | Line 15: | ||
读 / 写 | 读 / 写 | ||
− | = | + | = 用法 = |
prevClassType = obj.ClassType; | prevClassType = obj.ClassType; |
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:字符串
访问
读 / 写
用法
prevClassType = obj.ClassType; obj.ClassType = "Objective";
See Also
- CAObject::GetAttribute method
- CAObject::SetAttribute method
Comments
Enable comment auto-refresher