Share

AcEditorReactor::saveComplete

C++

void saveComplete(
    AcDbDatabase*, 
    const ACHAR*
) override;

Description

This callback function indicates that the drawing database pDwg was saved to the file specified by pActualName.

Parameters

Parameters Description
pDwg Passed in pointer to source drawing database
pActualName Passed in output name of the file that the drawing was saved to

Links

AcEditorReactor Class

Was this information helpful?