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...")
 
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 ) =
 
= [[CAObject]]::SetAttribute( att,attValue ) =
  
Line 20: Line 22:
 
* [[CAObject::DefTable]]
 
* [[CAObject::DefTable]]
 
* [[CAObject::CreateDefTable]]
 
* [[CAObject::CreateDefTable]]
 +
</translate>

Revision as of 00:44, 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.