Gets the link with the node that has the specified identifier.
Namespace: TspAssembly: Tsp (in Tsp.exe) Versión: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public Link GetLinkWith( int idOtherNode ) |
Visual Basic |
---|
Public Function GetLinkWith ( _ idOtherNode As Integer _ ) As Link |
Visual C++ |
---|
public: Link^ GetLinkWith( int idOtherNode ) |
Parameters
- idOtherNode
- Type: System..::..Int32
The other node identifier.