Share

AcDbDatabase::removeReactor

C++

ACDBCORE2D_PORT Acad::ErrorStatus removeReactor(
    AcDbDatabaseReactor* pReactor
) const;

Description

Removes the reactor object pointed to by pReactor from the list of reactors for the database executing this function.

Parameters

Parameters Description
pReactor Input pointer to reactor to be removed

Links

AcDbDatabase Class

Was this information helpful?