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

(Created page with "* CAObject::GetAttribute 方法 * CAObject::SetAttribute 方法")
(Created page with " 对象(例如:"模块"、 "变量"、 "机会变量"等等)的类型。如果你想改变对象的类型,请设定该属性。")
Line 5: Line 5:
 
= 属性 string ClassType =
 
= 属性 string ClassType =
  
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.
+
[[Objects and Values| 对象]](例如:"模块""变量""机会变量"等等)的[[Class|类型]]。如果你想改变对象的类型,请设定该属性。
  
 
== 数据类型 ==  
 
== 数据类型 ==  

Revision as of 05:46, 21 October 2015

ADE User Guide > ADE Server Class Reference > CAObject

Other languages:
English • ‎中文

属性 string ClassType

对象(例如:"模块"、 "变量"、 "机会变量"等等)的类型。如果你想改变对象的类型,请设定该属性。

数据类型

string:字符串

访问

读 / 写

用法

prevClassType = obj.ClassType;
obj.ClassType = "Objective";

另请参考

Comments


You are not allowed to post comments.