Represents a flight plan stage.

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

Syntax

C#
public class Stage
Visual Basic
Public Class Stage
Visual C++
public ref class Stage

Remarks

A stage groups flight plan legs that belong to it.

Inheritance Hierarchy

System..::..Object
  FlightPlan..::..Stage

See Also