C++
ACDBCORE2D_PORT Acad::ErrorStatus removePersistentReactor( AcDbObjectId objId );
Description
Removes the persistent reactor specified by objId from the reactor list of the object. The object must be open AcDb::kForWrite to be able to execute this function.
Returns Acad::eOk if successful. If the object is currently sending notification and is not open AcDb::kForWrite, then Acad::eWasNotifying is returned.
Note
To remove a persistent reactor from an object, the object must be open AcDb::kForWrite.
Parameters
Parameters | Description |
---|---|
objId | Input objectId of the reactor object to remove |