GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoGeneralNode Class
/ MakePort Method
true to mean the left side or the top side
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
MakePort Method
In This Topic
Create and initialize a new port and its label.
Syntax
C#
public
virtual
GoGeneralNodePort
MakePort(
bool
input
)
Parameters
input
true to mean the left side or the top side
Remarks
Pass the result of this method to
Add
,
InsertLeftPort
, or
InsertRightPort
.
See Also
Reference
GoGeneralNode Class
GoGeneralNode Members