GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
IGoPort Interface
/ Node Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
Node Property (IGoPort)
In This Topic
Gets the node that this port is part of.
Syntax
C#
IGoNode
Node {
get
;}
Remarks
If this port is not part of any node, this should return null. If this port is part of a node that in turn is part of another node, this should return the highest-level (most encompassing) node.
See Also
Reference
IGoPort Interface
IGoPort Members