GoXam for WPF v3
MakeNetwork Method (TreeLayout)
Northwoods.GoXam.Layout Namespace > TreeLayout Class : MakeNetwork Method
Create and initialize a TreeNetwork with the given nodes and links.
Syntax
public virtual TreeNetwork MakeNetwork( 
   IEnumerable<Node> nodes,
   IEnumerable<Link> links
)

Parameters

nodes
links

Return Value

Remarks
This does not include any nodes of category "Comment". Comment nodes are added by the AddComments method.
See Also

Reference

TreeLayout Class
TreeLayout Members