Difference between revisions of "CATable::Update"
(Created page with "<< Back to CATable = CATable::Update() = '''For ''definition'' tables:''' Updates an existing input table in the definition attribute of an Analytica object. Us...") |
|||
Line 1: | Line 1: | ||
− | [[ | + | [[Category:ADE User Guide]] |
− | + | [[ADE User Guide]] > [[ADE Server Class Reference]] > [[CATable]] | |
+ | <languages /> | ||
+ | <translate> | ||
= [[CATable]]::Update() = | = [[CATable]]::Update() = | ||
Line 26: | Line 28: | ||
* [[CAObject::CreateDefTable]] | * [[CAObject::CreateDefTable]] | ||
* [[Table]], [[IntraTable]], [[ProbTable]], [[DetermTable]], [[MultiTable]] and [[SubTable]] | * [[Table]], [[IntraTable]], [[ProbTable]], [[DetermTable]], [[MultiTable]] and [[SubTable]] | ||
+ | </translate> |
Revision as of 01:14, 16 June 2015
ADE User Guide > ADE Server Class Reference > CATable
CATable::Update()
For definition tables: Updates an existing input table in the definition attribute of an Analytica object. Use this method after setting one or more cells using SetDataByElement or SetDataByLabel. Update directs the API to set the new table data to the Analytica Decision Engine Server.
When the source table is a SubTable or MultiTable, it also refreshes the table data in case one of the sources changed after the previous call to CAObject::DefTable or CATable::Update.
For result tables: Retrieves an updated version of the result table from the Analytica Decision Engine Server.
Return Value
Boolean, true for success, false for failure.
On failure, check CAEngine::ErrorCode, CAEngine::ErrorText and CAEngine::OutputBuffer for information on the cause of the failure.
Remarks
Use with the CAObject::CreateDefTable method to replace the current definition attribute of an Analytica object with an input table.
Enable comment auto-refresher