Difference between revisions of "CAObject::ClassType"

(hyperlink)
Line 1: Line 1:
[[CAObject|<< Back to CAObject]]
+
[[Category:ADE User Guide]]
 +
[[ADE User Guide]] > [[ADE Server Class Reference]] > [[CAObject]]
 +
<languages />
 +
<translate>
  
 
= property string ClassType =
 
= property string ClassType =
Line 22: Line 25:
 
* [[CAObject::GetAttribute]] method
 
* [[CAObject::GetAttribute]] method
 
* [[CAObject::SetAttribute]] method
 
* [[CAObject::SetAttribute]] method
 +
</translate>

Revision as of 00:28, 16 June 2015

ADE User Guide > ADE Server Class Reference > CAObject

Other languages:
English • ‎中文

property 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.

Data type

string

Access

read/write

Usage

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

See Also

Comments


You are not allowed to post comments.