Returns leg previous to l

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

Syntax

C#
public Leg GetPrev(
	Leg l
)
Visual Basic
Public Function GetPrev ( _
	l As Leg _
) As Leg
Visual C++
public:
Leg^ GetPrev(
	Leg^ l
)

Parameters

l
Type: FlightPlan..::..Leg

[Missing <param name="l"/> documentation for "M:FlightPlan.Stage.GetPrev(FlightPlan.Leg)"]

Return Value

[Missing <returns> documentation for "M:FlightPlan.Stage.GetPrev(FlightPlan.Leg)"]

See Also