Share

AcDbDatabaseReactor::goodbye

C++

virtual void goodbye(
    const AcDbDatabase*
);

Description

This notification occurs when the DWG database is about to be deleted.

Parameters

Parameters Description
dwg Pointer to the AcDbDatabase object being deleted

Links

AcDbDatabaseReactor

Was this information helpful?