GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoLink Class / GetOtherPort Method / GetOtherPort(IGoPort) Method
In This Topic
    GetOtherPort(IGoPort) Method
    In This Topic
    Return the port at the other end of this link from the given port.
    Syntax
    public IGoPort GetOtherPort( 
       IGoPort p
    )

    Parameters

    p

    Return Value

    GoLink.GetOtherPort(this, p), an IGoPort.
    See Also