GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoPort Class / IsLinked Method / IsLinked(IGoPort,IGoPort) Method
a source port
a destination port
In This Topic
    IsLinked(IGoPort,IGoPort) Method
    In This Topic
    This static method determines if there is a link going from one port to another.
    Syntax
    public static bool IsLinked( 
       IGoPort a,
       IGoPort b
    )

    Parameters

    a
    a source port
    b
    a destination port

    Return Value

    True if there is an IGoLink from a to b. Note that a link in the opposite direction will not satisfy this predicate.
    See Also