API Reference > OdDb Classes > OdDbEntity Class > OdDbEntity Methods > OdDbEntity::recordGraphicsModified Method
OdDbEntity::recordGraphicsModified Method
Syntax
C++
void recordGraphicsModified(bool graphicsModified = true);
Parameters 
Description 
bool graphicsModified = true 
[in] New value. 

Sets the bit flag indicating the entity's geometry is changed. 

 

If true, assures that modifiedGraphics() will be called as the entity is being closed, even if the object was not opened for write.

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