C++
Acad::ErrorStatus cancel();
Description
Terminates the current open operation. All changes made to the object since it was opened are undone, the object is marked as closed, and "cancel" notification is sent.
Returns Acad::eOk if successful.
Acad::ErrorStatus cancel();
Terminates the current open operation. All changes made to the object since it was opened are undone, the object is marked as closed, and "cancel" notification is sent.
Returns Acad::eOk if successful.