Returns the indicated final of the stage.

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

Syntax

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

Parameters

fl
Type: System..::..Int32
Index for choosing the final leg.

Return Value

A Leg.

See Also