CATable::ObtainTable

Revision as of 08:15, 26 October 2015 by Jhuawen (talk | contribs) (Created page with "此函数很少使用。更常见的方法(推荐)是将你的变量再次赋值给ResultTable或者DefTable。此...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

ADE User Guide > ADE Server Class Reference > CATable

Other languages:
English • ‎中文

CATable::ObtainTable()

在底层结果发生改变时,更新CATable中的数据。

此函数很少使用。更常见的方法(推荐)是将你的变量再次赋值给ResultTable或者DefTable。此函数主要供内部使用。

返回值

Boolean(布尔值:success或者 failure)

示例用法

Dim outputTab as CATable = outputVar.ResultTable
inputVar.SetAttribute("Definition",x)
outputTab.ObtainTable()

但是使用下面的代码更加常见(推荐使用):

outputTab = outputVar.ResultTable

错误代码

另请参考

Comments


You are not allowed to post comments.