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

    Return Value

    Returns an integer array representation of the current layout
    Remarks
    See also
    See Also