API Reference > OdRx Classes > OdDgRxEventReactor Class > OdDgRxEventReactor Methods > OdDgRxEventReactor::otherWblock Method
OdDgRxEventReactor::otherWblock Method
Syntax
C++
virtual void otherWblock(OdDgDatabase* pToDb, OdDgIdMapping& idMap, OdDgDatabase* pFromDb);
Parameters 
Description 
OdDgDatabase* pToDb 
[in] Destination database.  
OdDgIdMapping& idMap 
[in] ID Map source -> destination. 
OdDgDatabase* pFromDb 
[in] Source database.  

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 function is called after the operation, and is sent just before beginDeepCloneXlation.

  • abortWblock
  • beginWblock
  • beginWblockObjects
  • endWblock
  • wblockNotice

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