Adds leg to the collection.

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

Syntax

C#
public void Add(
	Leg l
)
Visual Basic
Public Sub Add ( _
	l As Leg _
)
Visual C++
public:
void Add(
	Leg^ l
)

Parameters

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

See Also