Share

AcDbTable::recomputeTableBlock

C++

virtual Acad::ErrorStatus recomputeTableBlock(
    bool forceUpdate = true
);

Description

This function updates the block table record the table object references to match any changes made to the table object since the last time the block table record was updated.

If forceUpdate is true, then the block table record will be updated regardless of whether or not the table object has had any changes since the last time the block table record was updated. If forceUpdate is false, then the block table record will only be updated if the table object has been changed since it was opened, is not currently erased, and is not in the middle of an undo operation.

Parameters

Parameters Description
forceUpdate Input Boolean indicating whether to force an update on the screen

Returns

Returns Acad::eOk if successful. Otherwise, returns Acad::eInvalidInput.

Links

AcDbTable

Was this information helpful?