GetOtherNode(IGoLink,IGoNode) Method
Return the IGoNode connected to the other end of an IGoLink.
Parameters
- l
- an IGoLink
- n
- an IGoNode that the link is connected to
Return Value
An
IGoNode, that may be null if the other end of the link is not connected or whose port may not be part of a node, or that may return the same if both ends of the link are connected to the same node, even if at different ports.