Share

AcEditorReactor::databaseConstructed

C++

void databaseConstructed(
    AcDbDatabase*
) override;

Description

This callback function indicates that the AcDbDatabase constructor has finished.

Parameters

Parameters Description
unnamed Passed in pointer to drawing database that is being constructed

Links

AcEditorReactor Class

Was this information helpful?