GoDiagram Win Reference
ComponentUnset Method

Uses a depth first search algorithm to set the component of all nodes in a component. **Unset functions only set the component and recurse on nodes whose component is currently set to the unset value. The forward and backward bools indicate the direction to use for a directed depth first search from node.
Syntax
'Declaration
 
Protected Overridable Sub ComponentUnset( _
   ByVal node As GoLayoutLayeredDigraphNode, _
   ByVal component As Integer, _
   ByVal unset As Integer, _
   ByVal forward As Boolean, _
   ByVal backward As Boolean _
) 
protected virtual void ComponentUnset( 
   GoLayoutLayeredDigraphNode node,
   int component,
   int unset,
   bool forward,
   bool backward
)

Parameters

node
component
unset
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

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback