GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSubGraphBase Class / FindParentSubGraph Method
In This Topic
    FindParentSubGraph Method
    In This Topic
    This is a static/shared method that is convenient for finding if an object is part of a GoSubGraphBase.
    Syntax
    public static GoSubGraphBase FindParentSubGraph( 
       GoObject obj
    )

    Parameters

    obj

    Return Value

    the GoSubGraphBase that obj is part of, or null if it is not a child of a subgraph
    See Also