C++
void forceWblockDatabaseCopy();
Description
This function causes the next (and only the next) AcDbDatabase::wblock() call on this database to result in a copy of the database. (A database copy was always done by ObjectARX SDK 1.0 and 1.1.)
Using this function results in a slower wblock operation and an increase in memory requirements. Therefore, this method should only be used if your application does special handling during WBLOCK* notifications, which can only be done if the WBLOCK* copies the database.
Note
This method is non-functional unless called from within the AcRxEventReactor::wblockNotice() or AcEditorReactor::wblockNotice() sent out for the wblock operation on which this method is to force the database copy.