GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoBoxPort Class / GetToEndSegmentLength Method
In This Topic
    GetToEndSegmentLength Method (GoBoxPort)
    In This Topic
    Be a little smarter about customizing the end-segment-length value used for the multiple links connected to the same side, to reduce the chances of overlapping segments of orthogonal links in some circumstances.
    Syntax
    public override float GetToEndSegmentLength( 
       IGoLink link
    )

    Parameters

    link

    Return Value

    By default, the value of GoPort.EndSegmentLength, or a larger value to help position the adjacent segment of standard orthogonal links at different positions.
    See Also