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 |