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