GoXam for WPF v3
FindEdge 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
: FindEdge Method
Returns the
GenericNetwork.Edge<V,E,Y>
which was constructed for the
Northwoods.GoXam.Link
.
Syntax
C#
public
E
FindEdge(
Link
link
)
Parameters
link
Return Value
Returns the edge that was constructed with the link or null if no such edge exists.
See Also
Reference
GenericNetwork<V,E,Y> Class
GenericNetwork<V,E,Y> Members