GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolLinking Class / Invalid Field
In This Topic
    Invalid Field
    In This Topic
    This value associated with a port in the ValidPortsCache indicates that it is not valid to make a link between OriginalStartPort and that port.
    Syntax
    public static readonly object Invalid

    Field Value

    PickNearestPort calls IsValidLink with OriginalStartPort and each visible port in the document. If the predicate returned false, the port is associated with this Invalid value in the ValidPortsCache hash table.
    See Also