public GoLayoutNetwork( IGoCollection collection )
Parameters
- collection
- the Northwoods.Go.IGoCollection containing the Northwoods.Go.GoObjects to add to the network.
AddNodesAndLinksFromCollection(collection, true)
public GoLayoutNetwork( IGoCollection collection )
GoLayout... layout = new GoLayout...(); layout.Document = ...document...; layout.Network = layout.CreateNetwork(); layout.Network.AddNodesAndLinksFromCollection(...collection..., false); ...maybe set other properties... layout.PerformLayout();