API Reference > OdDb Classes > OdDbDatabaseReactor Class > OdDbDatabaseReactor Methods > OdDbDatabaseReactor::goodbye Method
OdDbDatabaseReactor::goodbye Method
Syntax
C++
virtual void goodbye(const OdDbDatabase* pDb);
Parameters 
Description 
const OdDbDatabase* pDb 
[in] Pointer to the database being deleted. 

Notification function called whenever a database is about to be deleted from memory.

This function is called before the operation.

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