GoXam for WPF v3
FindVertex Method
Northwoods.GoXam.Layout Namespace > GenericNetwork<V,E,Y> Class : FindVertex Method
Returns the GenericNetwork.Vertex<V,E,Y> which was constructed for the Northwoods.GoXam.Node.
Syntax
public V FindVertex( 
   Node node
)

Parameters

node

Return Value

Returns the network GenericNetwork.Vertex<V,E,Y> associated with the Northwoods.GoXam.Node, or null if no such vertex exists.
See Also

Reference

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