Returns the initial leg of the flight plan.

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

Syntax

C#
public Leg GetInitialLeg(
	int il
)
Visual Basic
Public Function GetInitialLeg ( _
	il As Integer _
) As Leg
Visual C++
public:
Leg^ GetInitialLeg(
	int il
)

Parameters

il
Type: System..::..Int32
A Int32 indicating the position of the leg within the initial stage.

Return Value

The initial Leg.

See Also