Northwoods.Go Assembly > Northwoods.Go Namespace : IGoLink Interface |
The following tables list the members exposed by IGoLink.
Name | Description | |
---|---|---|
![]() | FromNode | Gets the node that the link is coming from. |
![]() | FromPort | Gets or sets the port that the link is coming from. |
![]() | ToNode | Gets the node that the link is going to. |
![]() | ToPort | Gets or sets the port that the link is going to. |
Name | Description | |
---|---|---|
![]() | GetOtherNode | Given one of the nodes connected to this link, return this link's other node. |
![]() | GetOtherPort | Given one of the ports connected to this link, return this link's other port. |
![]() | OnPortChanged | This method is called when one of this link's two ports is changed. |
![]() | Unlink | Remove this link by disconnecting it from both of its ports. |