API Reference > OdDb Classes > OdDbObject Class > OdDbObject Methods > OdDbObject::removePersistentReactor Method
OdDbObject::removePersistentReactor Method
Syntax
C++
virtual void removePersistentReactor(const OdDbObjectId& objId);
Parameters 
Description 
const OdDbObjectId& objId 
[in] Object ID of the persistent reactor. 

Removes the specified persistent reactor from this object's reactor list. 

 

An object must be open OdDb::kForWrite in order to remove one of its persistent reactors.

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