Share

AcEditorReactor::docCloseWillStart

C++

virtual void docCloseWillStart(
    AcDbDatabase*
);

Description

This notification is fired at the same time as the AcEditorReactor::beginClose() event.

Parameters

Parameters Description
pDwg Output pointer to the database for which this notification is sent

Links

AcEditorReactor Class

Previous Class

AcEditorReactor2

Was this information helpful?