Description
Completely removes a node from the graph. It also disconnects the references from other nodes to this node, if present.
Visual Basic
Public Function DelNode( nodeToDelete As GraphNode ) As void
C#
public void DelNode( GraphNode nodeToDelete );
Parameters
| Parameters | Description |
|---|---|
| GraphNode nodeToDelete | Node to delete |