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

    Parameters

    i
    a zero-based non-negative index
    See Also