GoXam for WPF v3
AddEdge Method
Northwoods.GoXam.Layout Namespace > GenericNetwork<V,E,Y> Class : AddEdge Method
Adds an GenericNetwork.Edge<V,E,Y> to the network. Although this method is provided for completeness, LinkVertexes provides a more efficient manner of linking nodes already in the network.
Syntax
public void AddEdge( 
   E edge
)

Parameters

edge
Remarks
This adds the link to its ToVertex source links list, and to its FromVertex's destination links list.
See Also

Reference

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