GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / IGoPort Interface / IsValidLink Method
In This Topic
    IsValidLink Method (IGoPort)
    In This Topic
    This predicate should be true when it is valid to create a link from this port to another port.
    Syntax
    bool IsValidLink( 
       IGoPort toPort
    )

    Parameters

    toPort
    See Also