API Reference > OdRx Classes > OdDgRxEventReactor Class > OdDgRxEventReactor Methods > beginWblock Method > OdDgRxEventReactor::beginWblock Method (OdDgDatabase*, OdDgDatabase*, OdDgElementId)
OdDgRxEventReactor::beginWblock Method (OdDgDatabase*, OdDgDatabase*, OdDgElementId)
Syntax
C++
virtual void beginWblock(OdDgDatabase* pToDb, OdDgDatabase* pFromDb, OdDgElementId blockId);
Parameters 
Description 
OdDgDatabase* pToDb 
[in] Destination database.  
OdDgDatabase* pFromDb 
[in] Source database.  
OdDgElementId blockId 
[in] Element ID of element 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.