GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutTreeNode Class / MaxGenerationCount Property
In This Topic
    MaxGenerationCount Property
    In This Topic
    Gets the maximum depth of the subtrees below this node.
    Syntax
    public int MaxGenerationCount {get; set;}
    Remarks
    For a leaf node, this will be zero. This informational property is computed as part of the InitializeTreeNodeValues pass. You probably should not be setting this property.
    See Also