GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutGenericNetwork.Link<N,L,Y> Class / GetOtherPort Method
In This Topic
    GetOtherPort Method (GoLayoutGenericNetwork.Link<N,L,Y>)
    In This Topic
    Finds and returns the link's port other than p. Returns null if p is neither the from port or to port.
    Syntax
    public N GetOtherPort( 
       IGoPort p
    )

    Parameters

    p

    Return Value

    Finds and returns the link's port other than p. Returns null if p is neither the from port or to port.
    See Also