Saves the specified FlightPlan to the specified path.

Namespace: FlightPlan
Assembly: FlightPlanXML (in FlightPlanXML.dll) Versión: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static void Save(
	FlightPlan fp,
	string path
)
Visual Basic
Public Shared Sub Save ( _
	fp As FlightPlan, _
	path As String _
)
Visual C++
public:
static void Save(
	FlightPlan^ fp, 
	String^ path
)

Parameters

fp
Type: FlightPlan..::..FlightPlan
FlightPlan to be saved.
path
Type: System..::..String
The path to the file in which to save the workflow.

See Also