GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoPort Class / FindTopNode Method
In This Topic
    FindTopNode Method
    In This Topic
    Return the most inclusive node containing an object.
    Syntax
    public static IGoNode FindTopNode( 
       GoObject x
    )

    Parameters

    x

    Return Value

    An IGoNode that is as close to top-level in the GoObject.Parent hierarchy as possible. If x is null, this returns null; If there is no IGoNode that contains the object, this will return null.
    See Also