Removes the specified item from the node.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public void RemoveItem ( |
Visual Basic
Copy Code
|
|---|
Public Sub RemoveItem( _ |
RemarksThe method removes the specified item and all its direct or indirect children, as well as the links connecting to them.
See Also