GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutNetwork Class / GoLayoutNetwork Constructor / GoLayoutNetwork Constructor()
In This Topic
    GoLayoutNetwork Constructor()
    In This Topic
    Constructs an empty network.
    Syntax
    public GoLayoutNetwork()
    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