ModelElement.IsDeleted Property

Definition

Has the element been deleted from the model. (Deleted elements are not immediately destroyed so that the undo command may undo deleting the element.)

public:
 property bool IsDeleted { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool IsDeleted { [System.Diagnostics.DebuggerStepThrough] get; }
[<System.ComponentModel.Browsable(false)>]
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.IsDeleted : bool
Public ReadOnly Property IsDeleted As Boolean

Property Value

Attributes

Applies to