GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutLayeredDigraph Class / GreedyCycleRemovalFindNode Method
In This Topic
    GreedyCycleRemovalFindNode Method
    In This Topic
    Finds a valid node in the network. Returns null if no valid node exists. Used by GreedyCycleRemoval.
    Syntax
    protected virtual GoLayoutLayeredDigraphNode GreedyCycleRemovalFindNode( 
       GoLayoutLayeredDigraphNetwork network
    )

    Parameters

    network

    Return Value

    Returns a valid node in the network or null if no valid nodes exist
    See Also