GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoBoxPort Class / AssignEndSegmentLengths Method
In This Topic
    AssignEndSegmentLengths Method
    In This Topic
    Given a sorted array of angle, side, and link-point information about the links connected to this port, assign the actual GoBoxPortLinkInfo.GoBoxPortLinkInfo.EndSegmentLength.
    Syntax
    protected virtual void AssignEndSegmentLengths( 
       GoBoxPortLinkInfo[] linkinfos
    )

    Parameters

    linkinfos
    Remarks
    By default this just specifies shorter values for links at the ends of each side, and longer values for links in the middle of each side.
    See Also