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

    Parameters

    n

    Return Value

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