GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutLayeredDigraph Class / RestoreLayout Method
In This Topic
    RestoreLayout Method
    In This Topic
    The function RestoreLayout restores the layer, column, and index of all nodes from an array of integers.
    Syntax
    protected virtual void RestoreLayout( 
       int[] layout
    )

    Parameters

    layout
    Remarks
    See also
    See Also