Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbTable::recomputeTableBlock Method
Syntax
C++
virtual OdResult recomputeTableBlock(bool forceUpdate = true);

Updates the block table record referenced by this table entity. 

 

Parameters
Description
forceUpdate
[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.

Copyright © 2002-2022. Open Design Alliance All rights reserved.