CATable::ObtainTable

This page is a translated version of the page CATable::ObtainTable and the translation is 100% complete.

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.