Gets a value indicating if in the current path exists a node with the specified id.

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

Syntax

C#
protected bool PathContainsNode(
	int idNode
)
Visual Basic
Protected Function PathContainsNode ( _
	idNode As Integer _
) As Boolean
Visual C++
protected:
bool PathContainsNode(
	int idNode
)

Parameters

idNode
Type: System..::..Int32
The node id to search.

Return Value

True if a node with the specified id exists in the path. False otherwise.

See Also