GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoPort Class / GetToEndSegmentLength Method
In This Topic
    GetToEndSegmentLength Method (GoPort)
    In This Topic
    Return the length of the link's last segment, at its IGoLink.ToPort.
    Syntax
    public virtual float GetToEndSegmentLength( 
       IGoLink link
    )

    Parameters

    link

    Return Value

    By default this just returns the value of EndSegmentLength.
    See Also