Share via


ModelElement.IsActive Property

Definition

Returns true if the Element is currently active within the model, false if the element has been deleted or is in the process of being deleted.

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

Property Value

Attributes

Applies to