C++
void initialDwgFileOpenComplete( AcDbDatabase* ) override;
Description
This callback is sent at the completion of the initial load of a drawing database. For a database file opened via the AcDbDatabase::readDwgFile() method, this notification is sent during a subsequent call to AcDbDatabase::closeInput().
Parameters
| Parameters | Description |
|---|---|
| pDwg | Database being loaded |