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...") |
|||
Line 1: | Line 1: | ||
+ | [[CAObject|<< class CAObject]] | ||
+ | |||
= [[CAObject]]::GetAttribute( att ) = | = [[CAObject]]::GetAttribute( att ) = | ||
+ | |||
+ | == Description == | ||
Returns the value of the indicated attribute, «att». | Returns the value of the indicated attribute, «att». | ||
Line 8: | Line 12: | ||
:string defn = ade.[[CAEngine::GetObjectByName|GetObjectByName]]("X").GetAttribute("Definition") | :string defn = ade.[[CAEngine::GetObjectByName|GetObjectByName]]("X").GetAttribute("Definition") | ||
</code> | </code> | ||
+ | |||
+ | == [[ErrorCode]]s == | ||
+ | |||
+ | == See Also == | ||
+ | |||
+ | * [[CAObject::SetAttribute]] | ||
+ | * [[CAObject::Result]] | ||
+ | * [[CAObject::ResultTable]] |
Revision as of 18:48, 27 July 2012
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