C++
ACCORE_PORT Acad::ErrorStatus veto();
Description
Objects of classes derived from AcEditorReactor may call this method in their beginSave() method in order to abort the save operation. When the save is aborted, this AcEditorReactor object, and all other reactors that were notified before this one, will be sent an abortSave() notification.
Returns Acad::eOk if it successfully aborts the save.
Returns Acad::eNotApplicable when called during any notification other than beginSave().