Share

AcEditorReactor::dxfOutComplete

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

Links

AcEditorReactor Class

Was this information helpful?