GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoBoxPort Class / GetFromEndSegmentLength Method
In This Topic
    GetFromEndSegmentLength 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 GetFromEndSegmentLength( 
       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