Class derived from Fix used to store runway information.

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

Syntax

C#
public class RwyFix : Fix
Visual Basic
Public Class RwyFix _
	Inherits Fix
Visual C++
public ref class RwyFix : public Fix

Remarks

Specialized class for storing runway data.

Inheritance Hierarchy

System..::..Object
  FlightPlan..::..Fix
    FlightPlan..::..RwyFix

See Also