GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolLinking Class / IsValidFromPort Method
In This Topic
    IsValidFromPort Method
    In This Topic
    This predicate is called to decide if it is OK for a user to start drawing a link from a given port.
    Syntax
    public virtual bool IsValidFromPort( 
       IGoPort fromPort
    )

    Parameters

    fromPort

    Return Value

    By default this returns the result of calling IGoPort.CanLinkFrom
    See Also