GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoBoxPort Class / SortLinkInfos Method
an array of GoBoxPortLinkInfo that is modified
In This Topic
    SortLinkInfos Method
    In This Topic
    Sort an array of angle and side information about the links connected to this port.
    Syntax
    protected virtual void SortLinkInfos( 
       GoBoxPortLinkInfo[] linkinfos
    )

    Parameters

    linkinfos
    an array of GoBoxPortLinkInfo that is modified
    Remarks
    By default this just sorts by GoBoxPortLinkInfo.Side group, and by GoBoxPortLinkInfo.Angle for each side.
    See Also