GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoPort Class
/ FindParentNode Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
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
C#
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
Reference
GoPort Class
GoPort Members