GoDiagram Win Reference
ComponentPackAux Method

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

Parameters

column
direction

Return Value

Returns true if the argument column was changed 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

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback