GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutTree Class / Roots Property
In This Topic
    Roots Property
    In This Topic
    Syntax
    public IGoCollection Roots {get; set;}

    Property Value

    Initially this will be an empty collection. If the Path is either GoLayoutTreePath.Destination or GoLayoutTreePath.Source, FindRoots can easily determine all of the tree roots by searching the whole network. Otherwise, you should explicitly initialize this collection.
    See Also