GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutLayeredDigraph Class / DepthFirstOutInitializeIndicesVisit Method
In This Topic
    DepthFirstOutInitializeIndicesVisit Method
    In This Topic
    Assigns node the appropriate index and updates the indices array. Implements the recursive portion of a depth first search.
    Syntax
    protected virtual void DepthFirstOutInitializeIndicesVisit( 
       GoLayoutLayeredDigraphNode node
    )

    Parameters

    node
    See Also