GoXam for WPF v3
GetNodesAndLinks Method
Northwoods.GoXam.Layout Namespace > GenericNetwork<V,E,Y> Class : GetNodesAndLinks Method
Retrieve all of the Northwoods.GoXam.Part Northwoods.GoXam.Nodes and Northwoods.GoXam.Links from the GenericNetwork.Vertex<V,E,Y>s and GenericNetwork.Edge<V,E,Y>s that are in this network.
Syntax
public IEnumerable<Part> GetNodesAndLinks()

Return Value

An IEnumerable{Part} of all of the Northwoods.GoXam.Parts that correspond to the Vertexes and Edges.
See Also

Reference

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