Share

AcEditorReactor::objectsLazyLoaded

C++

virtual void objectsLazyLoaded(
    const AcDbObjectIdArray&
);

Description

This notification occurs at the end of a command that caused entities to be lazy loaded from disk after an initial partial open of a drawing.

Parameters

Parameters Description
idArray Specifies the IDs of the objects 'lazy loaded'

Links

AcEditorReactor Class

Was this information helpful?