Share

AcEditorReactor::fullRegenEnded Method

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

AcEditorReactor Class

Previous Class

AcEditorReactor3

Was this information helpful?