GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / IGoLink Interface
Properties Methods

In This Topic
    IGoLink Interface Members
    In This Topic

    The following tables list the members exposed by IGoLink.

    Public Properties
     NameDescription
     Property Gets the node that the link is coming from.  
     Property Gets or sets the port that the link is coming from.  
     PropertyGets a GoObject associated with this node, port, or link. (Inherited from Northwoods.Go.IGoGraphPart)
     Property Gets the node that the link is going to.  
     Property Gets or sets the port that the link is going to.  
     Property Gets or sets an integer value associated with this port. (Inherited from Northwoods.Go.IGoGraphPart)
     Property Gets or sets an object associated with this port. (Inherited from Northwoods.Go.IGoGraphPart)
    Top
    Public Methods
     NameDescription
     Method Given one of the nodes connected to this link, return this link's other node.  
     Method Given one of the ports connected to this link, return this link's other port.  
     Method This method is called when one of this link's two ports is changed.  
     Method Remove this link by disconnecting it from both of its ports.  
    Top
    See Also