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

    Parameters

    p
    Remarks
    This just calls InsertLeftPort.
    See Also