GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoGeneralNode Class / SetLeftPort Method
a zero-based non-negative index
In This Topic
    SetLeftPort Method (GoGeneralNode)
    In This Topic
    Replace the port and its label at a particular index position on the left side of this node.
    Syntax
    public virtual void SetLeftPort( 
       int i,
       GoGeneralNodePort p
    )

    Parameters

    i
    a zero-based non-negative index
    p
    See Also