GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoPort Class / IsLinked Method / IsLinked(IGoPort) Method
a destination port
In This Topic
    IsLinked(IGoPort) Method
    In This Topic
    Determine if there is a link from this port to another port.
    Syntax
    public virtual bool IsLinked( 
       IGoPort p
    )

    Parameters

    p
    a destination port

    Return Value

    True if there is an IGoLink from this port to p. Note that a link in the opposite direction, that is one whose IGoLink.FromPort is p and whose IGoLink.ToPort is this port, will not satisfy this predicate.
    See Also