API Reference > OdRx Classes > OdRxEventReactor Class > OdRxEventReactor Methods > OdRxEventReactor::partialOpenNotice Method
OdRxEventReactor::partialOpenNotice Method
Syntax
C++
virtual void partialOpenNotice(OdDbDatabase* pDb);
Parameters 
Description 
OdDbDatabase* pDb 
[in] Pointer to the database. 

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

 

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

pDb->disablePartialOpen()

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