C++
virtual void fullRegenEnded( AcDbDatabase*, const AcDbIntArray & );
Description
This callback function indicates that a regen of the database has been completed.
Parameters
| Parameters | Description |
|---|---|
| pDb | Input database to regen |
| regenedViewports | Output an array of the viewports which have been regened. |
Notes
This reactor does no layer-unlocking.
Links
Previous Class
AcEditorReactor3