Add a link to this node. The link.node1 has to be this node.

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

Syntax

C#
public void AddLink(
	Link l
)
Visual Basic
Public Sub AddLink ( _
	l As Link _
)
Visual C++
public:
void AddLink(
	Link^ l
)

Parameters

l
Type: Tsp..::..Link
The link to be added.

See Also