C++
ACDBCORE2D_PORT Acad::ErrorStatus removeReactor( AcDbObjectReactor* pReactor ) const;
Description
Removes reactor pointed to by pNewObj from the object's reactor list. The object may be open AcDb::kForRead or AcDb::kForWrite when this function is called.
Note
To remove a transient reactor from an object, the object need only be open AcDb::kForRead (but it also works if it's open AcDb::kForWrite).
Parameters
Parameters | Description |
---|---|
pReactor | Input pointer to reactor to remove |
Links
Previous Declaration
void removeReactor(
AcDbObjectReactor* newObj
) const;