GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutTree Class / AddComments Method
In This Topic
    AddComments Method (GoLayoutTree)
    In This Topic
    Find associated objects to be positioned along with the GoLayoutGenericNetwork.Node<N,L,Y>.GoObject.
    Syntax
    protected virtual void AddComments( 
       GoLayoutTreeNode n
    )

    Parameters

    n
    Remarks
    This looks for Northwoods.Go.GoBalloon objects that refer to the tree node's GoObject. You may want to override this method in order to customize how any associated objects are found and how the node's Bounds are set to reserve space for those associated objects. This method should not walk the tree, since it is called for each GoLayoutTreeNode in an indeterminate order.
    See Also