GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoGeneralNode Class / MakePort Method
true to mean the left side or the top side
In This Topic
    MakePort Method
    In This Topic
    Create and initialize a new port and its label.
    Syntax
    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