Returns the index of the initial 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 GetIndexOfInitial(
	Leg l
)
Visual Basic
Public Function GetIndexOfInitial ( _
	l As Leg _
) As Integer
Visual C++
public:
int GetIndexOfInitial(
	Leg^ l
)

Parameters

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

Return Value

An int value.

See Also