GoDiagram Web Reference
SetComponents Method

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
'Declaration
 
Protected Overridable Sub SetComponents( _
   ByVal node As GoLayoutLayeredDigraphNode, _
   ByVal component As Integer, _
   ByVal forward As Boolean, _
   ByVal backward As Boolean _
) 
protected virtual void SetComponents( 
   GoLayoutLayeredDigraphNode node,
   int component,
   bool forward,
   bool backward
)

Parameters

node
component
forward
backward
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