Search
Diagram.ClearAll Method
See Also
 





Removes all items from the diagram.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void ClearAll ()

Visual Basic  Copy Code

Public Sub ClearAll ()

 Remarks

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

 See Also