Returns the next leg of a final leg of a given stage.

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

Syntax

C#
public Leg GetNextToFinal(
	Stage s,
	Leg l
)
Visual Basic
Public Function GetNextToFinal ( _
	s As Stage, _
	l As Leg _
) As Leg
Visual C++
public:
Leg^ GetNextToFinal(
	Stage^ s, 
	Leg^ l
)

Parameters

s
Type: FlightPlan..::..Stage
The stage l belongs to.
l
Type: FlightPlan..::..Leg
The leg whose next we what to find out.

Return Value

Next leg of l.

See Also