C++
ACDBCORE2D_PORT void setRecomputeTableBlock( bool newVal );
Description
This function updates the block table record that 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 |
---|---|
newVal | Input Boolean indicating whether to force an update |