API Reference > OdRx Classes > OdDgRxEventReactor Class > OdDgRxEventReactor Methods > beginWblock Method > OdDgRxEventReactor::beginWblock Method (OdDgDatabase*, OdDgDatabase*, OdGePoint3d&)
OdDgRxEventReactor::beginWblock Method (OdDgDatabase*, OdDgDatabase*, OdGePoint3d&)
Syntax
C++
virtual void beginWblock(OdDgDatabase* pToDb, OdDgDatabase* pFromDb, const OdGePoint3d& insertionPoint);
Parameters 
Description 
OdDgDatabase* pToDb 
[in] Destination database.  
OdDgDatabase* pFromDb 
[in] Source database.  
const OdGePoint3d& insertionPoint 
[in] INSBASE of pToDb. 

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

 

This function is called during the operation. 

If insertionPoint is specified, the wblock operation is being performed on a set of entities in pFromDb.

  • abortWblock
  • beginWblockObjects
  • endWblock
  • otherWblock
  • wblockNotice

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