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