Gets a value indicating if exist link with a node that has the specied identifier.

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

Syntax

C#
public bool ExistLinkWith(
	int idOtherNode
)
Visual Basic
Public Function ExistLinkWith ( _
	idOtherNode As Integer _
) As Boolean
Visual C++
public:
bool ExistLinkWith(
	int idOtherNode
)

Parameters

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

Return Value

True if exist link. False otherwise.

See Also