Share

AcDbObject::isCancelling

C++

Adesk::Boolean isCancelling() const;

Description

Returns Adesk::kTrue if the object is currently in the middle of a cancel() call (that is, an open is being canceled and all changes made are being rolled back). Otherwise returns Adesk::kFalse.

Links

AcDbObject

Was this information helpful?