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

    Parameters

    linkinfos
    an array of GoBoxPortLinkInfo
    Remarks
    By default this just spreads the link points evenly along each side.
    See Also