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

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

 

This function is called during the operation. 

If blockId is specified, the wblock operation is being performed on a BlockTableRecord in pFromDb.

  • abortWblock
  • beginWblockObjects
  • endWblock
  • otherWblock
  • wblockNotice

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