GoXam for WPF v3
DeleteVertex Method
Northwoods.GoXam.Layout Namespace > GenericNetwork<V,E,Y> Class : DeleteVertex Method
Removes a GenericNetwork.Vertex<V,E,Y> from the network.
Syntax
public void DeleteVertex( 
   V vertex
)

Parameters

vertex
Remarks
This function also deletes all edges to or from the vertex. Performs nothing if the edge is not in the network.
See Also

Reference

GenericNetwork<V,E,Y> Class
GenericNetwork<V,E,Y> Members