Share

DBObject.IsCancelling Property

Description

Returns true 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).

Visual Basic

Public Property IsCancelling() As bool

C#

public bool IsCancelling;

Conditions

Read-only

Links

DBObject Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?