GoXam for WPF v3
GetOtherVertex 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.Edge<V,E,Y> Class
: GetOtherVertex Method
Finds and returns the edge's vertex other than
v
. Returns null if
v
is neither the "from" vertex or "to" vertex.
Syntax
C#
public
V
GetOtherVertex(
V
v
)
Parameters
v
See Also
Reference
GenericNetwork.Edge<V,E,Y> Class
GenericNetwork.Edge<V,E,Y> Members