Share

AcDbObject::addReactor

C++

ACDBCORE2D_PORT Acad::ErrorStatus addReactor(
    AcDbObjectReactor* pReactor
) const;

Description

Adds the transient reactor pointed to by pNewObj to the AcDbObject object's reactor list.

Note

To add a transient reactor to an object, the object need only be open AcDb::kForRead (but it also works if it's open AcDb::kForWrite).

Parameters

Parameters Description
pReactor Pointer to transient reactor object to add

Links

AcDbObject

Previous Declaration

void addReactor(AcDbObjectReactor* newObj) const;

Was this information helpful?