API Reference > OdDb Classes > OdDbTable Class > OdDbTable Methods > OdDbTable::recomputeTableBlock Method
OdDbTable::recomputeTableBlock Method
Syntax
C++
virtual OdResult recomputeTableBlock(bool forceUpdate = true);
Parameters 
Description 
bool forceUpdate = true 
[in] Force an update of the block table record. 

Returns eOk if successful or an appropriate error code if not. 

If forceUpdate is false, the block table record is updated if and only if this table entity has been changed since the block table record was last updated. 

If forceUpdate is true, the block table will be unconditionally updated.

Updates the block table record referenced by this table entity. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.