Share

AcDbObject::cancel

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.

Links

AcDbObject

Was this information helpful?