Share

AcDbDatabase::addReactor

C++

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

Description

Adds the reactor object pointed to by pReactor to the reactor list for the database.

Parameters

Parameters Description
pReactor Input pointer to the reactor object to be added

Links

AcDbDatabase Class

Was this information helpful?