API Reference > Classes > Database Classes > OdBmDatabaseReactor Class > OdBmDatabaseReactor Methods > OdBmDatabaseReactor::objectConstructed Method
OdBmDatabaseReactor::objectConstructed Method
Syntax
C++
virtual void objectConstructed(const OdBmDatabase* pDb, const OdBmElement* pObject);
Parameters 
Description 
const OdBmDatabase* pDb 
[in] Pointer to a database.  
const OdBmElement* pObject 
[out] Pointer to the object that was constructed. 

Notification function called whenever an object is constructed. 

 

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.