GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoGeneralNode Class / AddRightPort Method
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
    public void AddRightPort( 
       GoGeneralNodePort p
    )

    Parameters

    p
    Remarks
    This just calls InsertRightPort.
    See Also