GoDiagram Win Reference
WalkTree Method

Traverse the Network and assign the GoLayoutTreeNode.GoLayoutTreeNode.Parent, GoLayoutTreeNode.Level, and GoLayoutTreeNode.Children properties.
Syntax
'Declaration
 
Protected Overridable Sub WalkTree( _
   ByVal n As GoLayoutTreeNode _
) 
protected virtual void WalkTree( 
   GoLayoutTreeNode n
)

Parameters

n
Remarks
This method should walk the tree recursively. The standard implementation gracefully handles shared nodes, including cyclical references. However, there can only be one GoLayoutTreeNode.Parent per node. If a node is declared to be the child of multiple nodes, it is not guaranteed which node wins as the parent node. If any of the children of this node are in the Roots collection, they are removed from that collection.
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

GoLayoutTree Class
GoLayoutTree Members

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback