Difference between revisions of "CAObject::SetAttribute"

(Created page with "<< class CAObject = CAObject::SetAttribute( att,attValue ) = == Description == Sets the value of the indicated attribute, «att», to «attValue». == Exa...")
 
(Marked this version for translation)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[CAObject|<< class CAObject]]
+
[[Category:ADE User Guide]]
 +
[[ADE User Guide]] > [[ADE Server Class Reference]] > [[CAObject]]
 +
<languages />
 +
<translate>
 +
= [[CAObject]]::SetAttribute( att,attValue ) = <!--T:1-->
  
= [[CAObject]]::SetAttribute( att,attValue ) =
+
== Description == <!--T:2-->
 
 
== Description ==
 
  
 +
<!--T:3-->
 
Sets the value of the indicated attribute, «att», to «attValue».
 
Sets the value of the indicated attribute, «att», to «attValue».
  
== Example ==
+
== Example == <!--T:4-->
  
 +
<!--T:5-->
 
<code>
 
<code>
 
:ade.[[CAEngine::GetObjectByName|GetObjectByName]]("X").SetAtribute("Definition","Min([A,B])")
 
:ade.[[CAEngine::GetObjectByName|GetObjectByName]]("X").SetAtribute("Definition","Min([A,B])")
 
</code>
 
</code>
  
== [[ErrorCode]]s ==
+
== [[ErrorCode]]s == <!--T:6-->
  
== See Also ==
+
== See Also == <!--T:7-->
  
 +
<!--T:8-->
 
* [[CAObject::GetAttribute]]
 
* [[CAObject::GetAttribute]]
 
* [[CAObject::DefTable]]
 
* [[CAObject::DefTable]]
 
* [[CAObject::CreateDefTable]]
 
* [[CAObject::CreateDefTable]]
 +
</translate>

Latest revision as of 00:45, 16 June 2015

ADE User Guide > ADE Server Class Reference > CAObject

Other languages:
English • ‎中文

CAObject::SetAttribute( att,attValue )

Description

Sets the value of the indicated attribute, «att», to «attValue».

Example

ade.GetObjectByName("X").SetAtribute("Definition","Min([A,B])")

ErrorCodes

See Also

Comments


You are not allowed to post comments.