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

    Parameters

    i
    a zero-based non-negative index
    See Also