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

    Parameters

    link

    Return Value

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