GoDiagram Win Reference
PackAux Method

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
'Declaration
 
Protected Overridable Function PackAux( _
   ByVal column As Integer, _
   ByVal direction As Integer _
) As Boolean
protected virtual bool PackAux( 
   int column,
   int direction
)

Parameters

column
direction

Return Value

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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoLayoutLayeredDigraph Class
GoLayoutLayeredDigraph Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback