GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutLayeredDigraph Class / ComponentPackAux Method
In This Topic
    ComponentPackAux Method
    In This Topic
    Attempts to augment the argument column by merging components into from the argument direction. direction > 0 -- columns > the argument column are shifted direction < 0 -- columns < the argument column are shifted Returns true if the argument column was changed.
    Syntax
    protected virtual bool ComponentPackAux( 
       int column,
       int direction
    )

    Parameters

    column
    direction

    Return Value

    Returns true if the argument column was changed and false otherwise.
    See Also