API Reference > OdRx Classes > OdRxEventReactor Class > OdRxEventReactor Methods > OdRxEventReactor::beginWblockObjects Method
OdRxEventReactor::beginWblockObjects Method
Syntax
C++
virtual void beginWblockObjects(OdDbDatabase* pFromDb, OdDbIdMapping& idMap);
Parameters 
Description 
OdDbDatabase* pFromDb 
[in] Source database.  
OdDbIdMapping& idMap 
[in] ID Map source -> destination. 

Notification function called whenever one database is being wblocked to another. 

 

idMap contains mapping of the original objects in pFromDb to the objects created in pToDb. 

This notification function gives wblockCloneObjects a method of being notified before each pFrom database before the actual cloning begins.

  • abortWblock
  • beginWblock
  • endWblock
  • otherWblock
  • wblockNotice

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