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