C++
void dxfOutComplete( AcDbDatabase* ) override;
Description
This callback function indicates that the DXF output operation taking place on the drawing database specified by pDwg was successful.
Parameters
| Parameters | Description |
|---|---|
| unnamed | Pointer to drawing database being operated on |