GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutLayeredDigraph Class / SetComponents Method
In This Topic
    SetComponents Method
    In This Topic
    Uses a depth first search algorithm to set the component of all nodes in a component. The forward and backward bools indicate the direction to use for a directed depth first search from node.
    Syntax
    protected virtual void SetComponents( 
       GoLayoutLayeredDigraphNode node,
       int component,
       bool forward,
       bool backward
    )

    Parameters

    node
    component
    forward
    backward
    See Also