GoXam for WPF v3
AddEdge Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
View with Navigation Tools
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
C#
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