Difference between revisions of "CAObject::ClassType"

(Marked this version for translation)
 
Line 4: Line 4:
 
<translate>
 
<translate>
  
= property string ClassType =
+
= property string ClassType = <!--T:1-->
  
 +
<!--T:2-->
 
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.  
 
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.  
  
== Data type ==  
+
== Data type == <!--T:3-->
  
 +
<!--T:4-->
 
string
 
string
  
== Access ==
+
== Access == <!--T:5-->
  
 +
<!--T:6-->
 
read/write
 
read/write
  
= Usage =
+
= Usage = <!--T:7-->
  
  prevClassType = obj.ClassType;
+
  <!--T:8-->
 +
prevClassType = obj.ClassType;
 
  obj.ClassType = "Objective";
 
  obj.ClassType = "Objective";
  
= See Also =
+
= See Also = <!--T:9-->
  
 +
<!--T:10-->
 
* [[CAObject::GetAttribute]] method
 
* [[CAObject::GetAttribute]] method
 
* [[CAObject::SetAttribute]] method
 
* [[CAObject::SetAttribute]] method
 
</translate>
 
</translate>

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