Returns the leg with id legId. null if not found.

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

Syntax

C#
public Leg FindLeg(
	string legId
)
Visual Basic
Public Function FindLeg ( _
	legId As String _
) As Leg
Visual C++
public:
Leg^ FindLeg(
	String^ legId
)

Parameters

legId
Type: System..::..String
A String with the id.

Return Value

A Leg instance or null if not found.

See Also