Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDgRxEventReactor::partialOpenNotice Method
Syntax
C++
virtual void partialOpenNotice(OdDgDatabase* pDb);

Notification function called before an attempt is made to partially open an OdDbDatabase. 

 

Parameters
Description
pDb
[in] Pointer to the database.

To veto the partial open, an application should override partialOpenNotice, and from it call 

pDb->disablePartialOpen()

Copyright © 2002-2022. Open Design Alliance All rights reserved.