GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutGenericNetwork<N,L,Y> Class / FindLink Method
In This Topic
    FindLink Method
    In This Topic
    Returns the Link which was constructed for the GoObject.
    Syntax
    public L FindLink( 
       GoObject obj
    )

    Parameters

    obj

    Return Value

    Returns the Network Link which was constructed with the obj or null if no such link exists.
    See Also