GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSubGraph Class / ComputeCollapsedSizeSkip Method
In This Topic
    ComputeCollapsedSizeSkip Method
    In This Topic
    This predicate is called by ComputeCollapsedSize to decide if a child object should take part in the size calculation.
    Syntax
    protected virtual bool ComputeCollapsedSizeSkip( 
       GoObject child
    )

    Parameters

    child

    Return Value

    true if the object is the Handle, Label, Port, CollapsedObject, or a link. If there is a CollapsedObject, all invisible objects are skipped.
    See Also