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

    Field Value

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