Removes the node at the specified position.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public void RemoveNodeAt ( |
Visual Basic
Copy Code
|
|---|
Public Sub RemoveNodeAt( _ |
The zero-based index of the node to remove.
See Also