GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoPort Class / FindParentNode Method
In This Topic
    FindParentNode Method
    In This Topic
    Return the node that immediately contains an object, or return the object itself if it is an IGoNode.
    Syntax
    public static IGoNode FindParentNode( 
       GoObject x
    )

    Parameters

    x

    Return Value

    An IGoNode that either is x or the first GoObject.Parent going up the part hierarchy. If x is null, this returns null.
    See Also