API Reference > OdRx Classes > OdRxEventReactor Class > OdRxEventReactor Methods > beginWblock Method > OdRxEventReactor::beginWblock Method (OdDbDatabase*, OdDbDatabase*)
OdRxEventReactor::beginWblock Method (OdDbDatabase*, OdDbDatabase*)
Syntax
C++
virtual void beginWblock(OdDbDatabase* pToDb, OdDbDatabase* pFromDb);
Parameters 
Description 
OdDbDatabase* pToDb 
[in] Destination database.  
OdDbDatabase* pFromDb 
[in] Source database. 

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

 

This function is called during the operation. 

The entire pFromDb database is wblocked to pToDb.

  • abortWblock
  • beginWblockObjects
  • endWblock
  • otherWblock
  • wblockNotice

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