GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoGeneralNode Class
/ AddRightPort Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
AddRightPort Method
In This Topic
Add a
GoGeneralNodePort
created by a call to
MakePort
at the end of the list of ports on the right side of this node.
Syntax
C#
public
void
AddRightPort(
GoGeneralNodePort
p
)
Parameters
p
Remarks
This just calls
InsertRightPort
.
See Also
Reference
GoGeneralNode Class
GoGeneralNode Members