Returns the indicated initial leg of the stage.

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
Index for choosing the initial leg.

Return Value

A Leg.

See Also