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

(Created page with "== 数据类型 ==")
(Created page with "string:字符串")
Line 9: Line 9:
 
== 数据类型 ==  
 
== 数据类型 ==  
  
string
+
string:字符串
  
 
== Access ==
 
== Access ==

Revision as of 05:41, 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:字符串

Access

read/write

Usage

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

See Also

Comments


You are not allowed to post comments.