Gets a value indicating if in the current path exists a node with the specified id.
Namespace: Tsp.BBAssembly: 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.