Difference between revisions of "CAObject::GetAttribute/zh"

 
(8 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
= [[CAObject/zh | CAObject]]::GetAttribute( att ) =
 
= [[CAObject/zh | CAObject]]::GetAttribute( att ) =
  
== Description ==
+
== 描述 ==
  
Returns the value of the indicated attribute, «att».
+
返回指定属性«att»的值。
  
== Example ==
+
== 示例 ==
  
 
<code>
 
<code>
:string defn = ade.[[CAEngine::GetObjectByName|GetObjectByName]]("X").GetAttribute("Definition")
+
:string defn = ade.[[CAEngine::GetObjectByName/zh | GetObjectByName]]("X").GetAttribute("Definition")
 
</code>
 
</code>
  
== [[ErrorCode]]s ==
+
== [[CAEngine::ErrorCode/zh | 错误代码]] ==
  
== See Also ==
+
== 另请参考 ==
  
* [[CAObject::SetAttribute]]
+
* [[CAObject::SetAttribute/zh | CAObject::SetAttribute]]
* [[CAObject::Result]]
+
* [[CAObject::Result/zh | CAObject::Result]]
* [[CAObject::ResultTable]]
+
* [[CAObject::ResultTable/zh | CAObject::ResultTable]]

Latest revision as of 04:23, 24 October 2015

ADE User Guide > ADE Server Class Reference > CAObject

Other languages:
English • ‎中文

CAObject::GetAttribute( att )

描述

返回指定属性«att»的值。

示例

string defn = ade. GetObjectByName("X").GetAttribute("Definition")

错误代码

另请参考

Comments


You are not allowed to post comments.