Difference between revisions of "CAObject::GetAttribute"
(Marked this version for translation) |
|||
Line 3: | Line 3: | ||
<languages /> | <languages /> | ||
<translate> | <translate> | ||
− | = [[CAObject]]::GetAttribute( att ) = | + | = [[CAObject]]::GetAttribute( att ) = <!--T:1--> |
− | == Description == | + | == Description == <!--T:2--> |
+ | <!--T:3--> | ||
Returns the value of the indicated attribute, «att». | Returns the value of the indicated attribute, «att». | ||
− | == Example == | + | == Example == <!--T:4--> |
+ | <!--T:5--> | ||
<code> | <code> | ||
:string defn = ade.[[CAEngine::GetObjectByName|GetObjectByName]]("X").GetAttribute("Definition") | :string defn = ade.[[CAEngine::GetObjectByName|GetObjectByName]]("X").GetAttribute("Definition") | ||
</code> | </code> | ||
− | == [[ErrorCode]]s == | + | == [[ErrorCode]]s == <!--T:6--> |
− | == See Also == | + | == See Also == <!--T:7--> |
+ | <!--T:8--> | ||
* [[CAObject::SetAttribute]] | * [[CAObject::SetAttribute]] | ||
* [[CAObject::Result]] | * [[CAObject::Result]] | ||
* [[CAObject::ResultTable]] | * [[CAObject::ResultTable]] | ||
</translate> | </translate> |
Latest revision as of 00:43, 16 June 2015
ADE User Guide > ADE Server Class Reference > CAObject
CAObject::GetAttribute( att )
Description
Returns the value of the indicated attribute, «att».
Example
- string defn = ade.GetObjectByName("X").GetAttribute("Definition")
ErrorCodes
See Also
Comments
Enable comment auto-refresher