Difference between revisions of "CAObject::GetAttribute"
(Created page with "= CAObject::GetAttribute( att ) = Returns the value of the indicated attribute, «att». == Example == <code> :string defn = ade.[[CAEngine::GetObjectByName|GetObjectByNam...") |
(Marked this version for translation) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | = [[CAObject]]::GetAttribute( att ) = | + | [[Category:ADE User Guide]] |
+ | [[ADE User Guide]] > [[ADE Server Class Reference]] > [[CAObject]] | ||
+ | <languages /> | ||
+ | <translate> | ||
+ | = [[CAObject]]::GetAttribute( att ) = <!--T:1--> | ||
+ | == 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 == <!--T:6--> | ||
+ | |||
+ | == See Also == <!--T:7--> | ||
+ | |||
+ | <!--T:8--> | ||
+ | * [[CAObject::SetAttribute]] | ||
+ | * [[CAObject::Result]] | ||
+ | * [[CAObject::ResultTable]] | ||
+ | </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