Gets a value indicating if exist link with a node that has the specied identifier.
Namespace: TspAssembly: 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.