Returns the previous leg of an initial 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 GetPrevToInitial(
	Stage s,
	Leg l
)
Visual Basic
Public Function GetPrevToInitial ( _
	s As Stage, _
	l As Leg _
) As Leg
Visual C++
public:
Leg^ GetPrevToInitial(
	Stage^ s, 
	Leg^ l
)

Parameters

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

Return Value

Previoius leg of l.

See Also