GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutTree Class / CreateTrees Method
In This Topic
    CreateTrees Method
    In This Topic
    This method is responsible for initializing all of the GoLayoutTreeNodes, setting GoLayoutTreeNode.Initialized, GoLayoutTreeNode.Level, GoLayoutTreeNode.Parent, and GoLayoutTreeNode.Children, and making sure Roots has at least one suitable Northwoods.Go.GoObject in it.
    Syntax
    protected virtual void CreateTrees()
    Remarks
    This will call FindRoots if Roots is empty. Then it will iterate over the roots, calling WalkTree on each one.
    See Also