Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdDbBaseDatabasePE::addDatabaseUnloadReactor Method
Syntax
C++
virtual OdRxObjectPtr addDatabaseUnloadReactor(OdDbBaseDatabase* pDb, OdRxObject * pPrevReactor, DatabaseUnloadReactor * pReactorRedirect) = 0;

Adds a new database unload reactor object to a specified database.

Parameters
Description
pDb
[in] A pointer to a database object.
pPrevReactor
[in] A pointer to a previous reactor object. If equal to NULL, then it is a new reactor.
pReactorRedirect
[in] A pointer to a database object.

There can be more than one database unload reactor. When a database unload event occurs, reactors run according to the order they have been added.

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