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

    Parameters

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