Returns the index of the final leg of the stage.

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

Syntax

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

Parameters

l
Type: FlightPlan..::..Leg
A Leg.

Return Value

An int value.

See Also