GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutTreeNetwork Class / GoLayoutTreeNetwork Constructor / GoLayoutTreeNetwork Constructor()
In This Topic
    GoLayoutTreeNetwork Constructor()
    In This Topic
    Constructs an empty network.
    Syntax
    public GoLayoutTreeNetwork()
    Remarks
    Use this default constructor to create an empty network. Call AddNodesAndLinksFromCollection to automatically add network nodes and links, or call AddNode(GoObject) and LinkNodes explicitly to have more detailed control over the exact graph that is laid out.
    See Also