Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbObject::addPersistentReactor Method
Syntax
C++
virtual void addPersistentReactor(const OdDbObjectId& objId);

Adds the specified persistent reactor to this object's reactor list. 

 

Parameters
Description
objId
[in] Object ID of the persistent reactor.

An object must be open OdDb::kForWrite in order to add a persistent reactor. 

If the persistent reactor does not have an owner, it isn't saved with the drawing. Non-graphical objects used as persistent reactors are typically stored in a dictionary in the Named Objects Dictionary or in an extension dictionary associated with some object.

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