Adds an initial leg to the stage.

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

Syntax

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

Parameters

legId
Type: System..::..String
A String

See Also