Search
ContainerNode.Remove Method
See Also
 





Removes a node from this container.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void Remove (
    DiagramNode node
)

Visual Basic  Copy Code

Public Sub Remove( _
    node As DiagramNode _
)

 Parameters

node
The DiagramNode that should be removed from the container.

 See Also