API Reference > OdDb Classes > OdDbObject Class > OdDbObject Methods > OdDbObject::objectClosed Method
OdDbObject::objectClosed Method
Syntax
C++
virtual void objectClosed(const OdDbObjectId& objectId);
Parameters 
Description 
const OdDbObjectId& objectId 
[in] Object ID of the object that is being closed. 

Notification function called immediately before an object is closed. 

 

The default implementation of this function does nothing. This function can be overridden in custom classes.

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