C++
virtual void endDwgOpen( const ACHAR*, AcDbDatabase* );
Description
This callback function indicates that the drawing file specified by filename has been opened.
Parameters
| Parameters | Description |
|---|---|
| filename | Passed in string of the DWG file being opened |
| pDb | Input pointer to the database |