CATable::Update

This page contains changes which are not marked for translation.

ADE User Guide > ADE Server Class Reference > CATable

Other languages:
English • ‎中文

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.

See Also

Comments


You are not allowed to post comments.