Description
This function causes the next (and only the next) Database.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.
Visual Basic
Public Function ForceWblockDatabaseCopy() As void
C#
public void ForceWblockDatabaseCopy();
Notes
This method is non-functional unless a wblockNotice event has been received.