GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutLayeredDigraph Class / LongestPathSinkLayeringLength Method
In This Topic
    LongestPathSinkLayeringLength Method
    In This Topic
    Computes the length of the longest path from node to a sink node and sets the layer of node to that length. Returns the length of the longest path from node to a sink node.
    Syntax
    protected virtual int LongestPathSinkLayeringLength( 
       GoLayoutLayeredDigraphNode node
    )

    Parameters

    node

    Return Value

    Returns the length of the longest path from node to a sink node.
    See Also