CATable::ObtainTable
Revision as of 00:04, 26 October 2015 by Jhuawen (talk | contribs) (Created page with "* CATable::Update * CAObject::ResultTable * CAObject::DefTable * CAObject::Evaluate/zh|CAObjec...")
ADE User Guide > ADE Server Class Reference > CATable
CATable::ObtainTable()
Refreshes the data in the CATable, in the event that the underlying result has changed.
This function is seldom used. It is more common (and recommended) to re-assign your variable to ResultTable or DefTable anew. This function exists primary for internal usage.
返回值
Boolean(布尔值:success或者 failure)
示例用法
- Dim outputTab as CATable = outputVar.ResultTable
- inputVar.SetAttribute("Definition",x)
- outputTab.ObtainTable()
But it would be more common (and recommended) to use the following in place of the preceding line:
- outputTab = outputVar.ResultTable
错误代码
另请参考
Comments
Enable comment auto-refresher