API Reference > OdRx Classes > OdDgRxEventReactor Class > OdDgRxEventReactor Methods > OdDgRxEventReactor::beginWblockObjects Method
OdDgRxEventReactor::beginWblockObjects Method
Syntax
C++
virtual void beginWblockObjects(OdDgDatabase* pFromDb, OdDgIdMapping& idMap);
Parameters 
Description 
OdDgDatabase* pFromDb 
[in] Source database.  
OdDgIdMapping& 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.