GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutLayeredDigraph Class / OptimalLinkLengthLayeringDepthFirstSearch Method
In This Topic
    OptimalLinkLengthLayeringDepthFirstSearch Method
    In This Topic
    Peforms the depth first search of the network. After traversing all decendents, the node is "pull"-ed into the appropriate layer.
    Syntax
    protected virtual void OptimalLinkLengthLayeringDepthFirstSearch( 
       GoLayoutLayeredDigraphNode node
    )

    Parameters

    node
    See Also