Get the node with the specified identifier.

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

Syntax

C#
public Node GetNode(
	int id
)
Visual Basic
Public Function GetNode ( _
	id As Integer _
) As Node
Visual C++
public:
Node^ GetNode(
	int id
)

Parameters

id
Type: System..::..Int32
The identifier.

Return Value

The node with the specified identifier.

See Also