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

    Parameters

    column
    direction

    Return Value

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