Click or drag to resize

IGraphRemove Method

Overload List
  NameDescription
Public methodRemove(IEdge)
Removes the given edge from the graph.
Public methodRemove(INode)
Removes the given node from the graph. There must be no edges left incident to the node (you may use RemoveEdges to ensure this).
Top
See Also