GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoGeneralNode Class
/ GetLeftPort Method
a zero-based, non-negative index
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
GetLeftPort Method (GoGeneralNode)
In This Topic
Return a port by its index position on the left side of this node.
Syntax
C#
public
virtual
GoGeneralNodePort
GetLeftPort(
int
i
)
Parameters
i
a zero-based, non-negative index
Return Value
null if
i
is greater than or equal to
LeftPortsCount
See Also
Reference
GoGeneralNode Class
GoGeneralNode Members