Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdRxEventReactor::beginWblockObjects Method
Syntax
C++
virtual void beginWblockObjects(OdDbDatabase* pFromDb, OdDbIdMapping& idMap);

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

 

Parameters
Description
pFromDb
[in] Source database.
idMap
[in] ID Map source -> destination.

idMap contains mapping of the original objects in pFromDb to the objects created in pToDb. 

This notification function gives wblockCloneObjects a method of being notified before each pFrom database before the actual cloning begins.

  • abortWblock
  • beginWblock
  • endWblock
  • otherWblock
  • wblockNotice
Copyright © 2002-2022. Open Design Alliance All rights reserved.