Diagram.HasAssociatedViews Property

Definition

Gets a value indicating whether this diagram is associated with any DiagramView.

public:
 property bool HasAssociatedViews { bool get(); };
public bool HasAssociatedViews { get; }
member this.HasAssociatedViews : bool
Public ReadOnly Property HasAssociatedViews As Boolean

Property Value

true if the diagram is associated with any DiagramView; otherwise, false.

Applies to