GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutGenericNetwork.Link<N,L,Y> Class
Properties Methods


In This Topic
    GoLayoutGenericNetwork.Link<N,L,Y> Class Members
    In This Topic

    The following tables list the members exposed by GoLayoutGenericNetwork.Link<N,L,Y>.

    Public Constructors
    Public Properties
     NameDescription
    Public Property Gets this link's From Node.  
    Public Property Gets this link's From Node.  
    Public Property Gets or sets this link's associated GoObject.  
    Public Property Gets or sets the network that this link is part of.  
    Public Property Gets the GoStroke associated with the Network Link. This may be needed by the algorithm to add bends to the link.  
    Public Property Gets or sets the To Node for this link.  
    Public Property Gets or sets the To Node for the link.  
    Public Property Gets or Sets an integer associated with the link  
    Public Property Gets or Sets an Object associated with the link  
    Top
    Public Methods
     NameDescription
    Public Method Commits the position of the link to the corresponding GoObject.  
    Public Method Finds and returns the link's node other than n. Returns null if n is neither the from node or to node.  
    Public Method Finds and returns the link's port other than p. Returns null if p is neither the from port or to port.  
    Public Method Don't need to do anything.  
    Public Method Reverses the link; i.e., exchanges the from and to nodes.  
    Public Method Remove this network link from the network.  
    Top
    See Also