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

    Parameters

    i
    a zero-based, non-negative index

    Return Value

    null if i is greater than or equal to ItemCount
    See Also