Gets the link with the node that has the specified identifier.

Namespace: Tsp
Assembly: Tsp (in Tsp.exe) Versión: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Link GetLinkWith(
	int idOtherNode
)
Visual Basic
Public Function GetLinkWith ( _
	idOtherNode As Integer _
) As Link
Visual C++
public:
Link^ GetLinkWith(
	int idOtherNode
)

Parameters

idOtherNode
Type: System..::..Int32
The other node identifier.

Return Value

The link with the that has the specified identifier. Null if it doesn't exist.

See Also