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

    Parameters

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