GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoBoxPortLinkInfo Class
Properties


In This Topic
    GoBoxPortLinkInfo Class Members
    In This Topic

    The following tables list the members exposed by GoBoxPortLinkInfo.

    Public Properties
     NameDescription
    Public PropertyThe effective angle at which the link connects with another node; this value corresponds to the result of calling GoBoxPort.GetAngle.  
    Public PropertyHow many links are connected on this side; computed after calling GoBoxPort.SortLinkInfos and before calling GoBoxPort.AssignLinkPoints.  
    Public PropertyThe value of length of the last segment for this link at this port; should be set in GoBoxPort.AssignEndSegmentLengths.  
    Public PropertyThe index of this link on this side; computed after calling GoBoxPort.SortLinkInfos and before calling GoBoxPort.AssignLinkPoints.  
    Public PropertyThe IGoLink whose link point is being sorted around the GoBoxPort.  
    Public PropertyThe document point at which the link should terminate; should be set in GoBoxPort.AssignLinkPoints.  
    Public PropertyThe side at which the link connects; this value corresponds to the result of calling GoBoxPort.GetDirection.  
    Top
    See Also