GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoPort Class / ContainsLink Method
In This Topic
    ContainsLink Method (GoPort)
    In This Topic
    Determine if a link is connected at this port.
    Syntax
    public virtual bool ContainsLink( 
       IGoLink l
    )

    Parameters

    l

    Return Value

    True if l is in this port's collection of connected links.
    See Also