GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutLayeredDigraph Class / PerformLayout Method
In This Topic
    PerformLayout Method (GoLayoutLayeredDigraph)
    In This Topic
    Performs a layered-digraph auto-layout.
    Syntax
    public override void PerformLayout()
    Remarks
    If Network is null, one is automatically allocated and initialized with the graph that is in the Document. After all of the computations are completed, this calls LayoutNodesAndLinks in order to commit the positions of all of the nodes. No undo/redo transaction is started or finished by this method.
    See Also