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

    Parameters

    i
    a zero-based, non-negative index

    Return Value

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