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