Difference between revisions of "CAObject::ClassType/zh"

(Created page with "= 另请参考 =")
(Created page with "* CAObject::GetAttribute 方法 * CAObject::SetAttribute 方法")
Line 22: Line 22:
 
= 另请参考 =
 
= 另请参考 =
  
* [[CAObject::GetAttribute]] method
+
* [[CAObject::GetAttribute/zh | CAObject::GetAttribute]] 方法
* [[CAObject::SetAttribute]] method
+
* [[CAObject::SetAttribute/zh | CAObject::SetAttribute]] 方法

Revision as of 05:42, 21 October 2015

ADE User Guide > ADE Server Class Reference > CAObject

Other languages:
English • ‎中文

属性 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";

另请参考

Comments


You are not allowed to post comments.