Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdRxEventReactor::beginWblock Method (OdDbDatabase*, OdDbDatabase*, OdDbObjectId)
Syntax
C++
virtual void beginWblock(OdDbDatabase* pToDb, OdDbDatabase* pFromDb, OdDbObjectId blockId);

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

 

Parameters
Description
pToDb
[in] Destination database.
pFromDb
[in] Source database.
blockId
[in] Object ID of OdDbBlockTableRecord being wblocked.

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-2022. Open Design Alliance All rights reserved.