Save this graph to the specified file.

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

Syntax

C#
public void Save(
	string path
)
Visual Basic
Public Sub Save ( _
	path As String _
)
Visual C++
public:
void Save(
	String^ path
)

Parameters

path
Type: System..::..String
The filename that will contain the graph data.

See Also