Collection of legs that belong to this stage.

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

Syntax

C#
public LegsCollection legsCol { get; }
Visual Basic
Public ReadOnly Property legsCol As LegsCollection
	Get
Visual C++
public:
property LegsCollection^ legsCol {
	LegsCollection^ get ();
}

See Also