GetOtherPort(IGoLink,IGoPort) Method
In This Topic
Return the IGoPort of an IGoLink other than the given one.
Syntax
Parameters
- l
- an IGoLink
- p
- an IGoPort that the link is connected to
Return Value
An
IGoPort, that may be null if the other end of the link is not connected, or that may return the same if both ends of the link are connected to the same port.
See Also