GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoPort Class
/ FindTopNode Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
FindTopNode Method
In This Topic
Return the most inclusive node containing an object.
Syntax
C#
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
Reference
GoPort Class
GoPort Members