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

In This Topic
    IGoLayoutNetworkLink Interface Members
    In This Topic

    The following tables list the members exposed by IGoLayoutNetworkLink.

    Public Properties
     NameDescription
     Property Gets the node that the link is coming from. (Inherited from Northwoods.Go.IGoLink)
     Property Gets or sets the port that the link is coming from. (Inherited from Northwoods.Go.IGoLink)
     PropertyGets a Northwoods.Go.IGoGraphPart.GoObject associated with this node, port, or link. (Inherited from Northwoods.Go.IGoGraphPart)
     Property Gets the node that the link is going to. (Inherited from Northwoods.Go.IGoLink)
     Property Gets or sets the port that the link is going to. (Inherited from Northwoods.Go.IGoLink)
     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. (Inherited from Northwoods.Go.IGoLink)
     Method Given one of the ports connected to this link, return this link's other port. (Inherited from Northwoods.Go.IGoLink)
     Method This method is called when one of this link's two ports is changed. (Inherited from Northwoods.Go.IGoLink)
     Method Remove this link by disconnecting it from both of its ports. (Inherited from Northwoods.Go.IGoLink)
    Top
    See Also