AddNodesAndLinksFromCollection Method
In This Topic
Adds the objects in an IGoCollection to the network.
Syntax
Parameters
- collection
- onlytruenodes
- If true, only those objects that implement Northwoods.Go.IGoNode will get GoLayoutGenericNetwork.Node<N,L,Y>s created for them. If false, each (non-link) object in the collection will be represented by a GoLayoutGenericNetwork.Node<N,L,Y>. If you want the layout to ignore groups such as Northwoods.Go.GoComments in your graph, provide a value of true here.
See Also