Search
Diagram.ClearAll Method
See Also
 






Removes all items from the diagram.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public virtual void ClearAll ()

Visual Basic  Copy Code

Public Overridable Sub ClearAll ()

 Remarks

Use this method to clear all Links and Nodes in the diagram.

 See Also