GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutTree Class / FindRoots Method
In This Topic
    FindRoots Method
    In This Topic
    This method is responsible for finding all of the root nodes.
    Syntax
    protected virtual void FindRoots()
    Remarks
    When you have not already added the roots to the Roots collection, this will choose a root node. The choice might not be what you want, so we recommend that you specify the Roots.
    See Also