Table of Contents

Class AirwayPoint

Namespace
Arinc424.Routing
Assembly
Arinc424.dll

Fields of Enroute Airways primary record.

public class AirwayPoint : Record424
Inheritance
AirwayPoint
Inherited Members

Remarks

Used by Airway like subsequence.

Properties

BoundaryCode

Boundary Code (BDY CODE) character.

public BoundaryCode BoundaryCode { get; set; }

Property Value

BoundaryCode

Remarks

See section 5.18.

CruiseTable

Cruising Table record sequence.

public CruiseTable? CruiseTable { get; set; }

Property Value

CruiseTable

Remarks

See section 4.1.16.1.

Descriptions

Waypoint Description Code (DESC CODE) field.

public WaypointDescriptions Descriptions { get; set; }

Property Value

WaypointDescriptions

Remarks

See section 5.17.

DistanceFrom

Route Distance From (RTE DIST FROM) field.

public float DistanceFrom { get; set; }

Property Value

float

Nautical miles and tenths of mile.

Remarks

See section 5.27.

Fix

public Fix Fix { get; set; }

Property Value

Fix

FixRadius

Fixed Radius Transition Indicator (FIXED RAD IND) field.

public float FixRadius { get; set; }

Property Value

float

Nautical miles and tenths of mile.

Remarks

See section 5.254

HasRestrictions

EU Indicator (EU IND) character.

public Bool HasRestrictions { get; set; }

Property Value

Bool

Remarks

See section 5.164.

In

Inbound Magnetic Course (IB MAG CRS) field.

public Course In { get; set; }

Property Value

Course

Degrees and tenths of degree.

Remarks

See section 5.28.

LevelType

Level (LEVEL) character.

public LevelType LevelType { get; set; }

Property Value

LevelType

Remarks

See section 5.19.

MaxLevel

RVSM Maximum Level field.

public int MaxLevel { get; set; }

Property Value

int

Flight level.

Remarks

See section 5.295.

Maximum

Maximum Altitude (MAX ALT) field.

public Altitude Maximum { get; set; }

Property Value

Altitude

Remarks

See section 5.127.

MinLevel

RVSM Minimum Level field.

public int MinLevel { get; set; }

Property Value

int

Flight level.

Remarks

See section 5.294.

Minimum

Altitude/Minimum Altitude field.

public Altitude Minimum { get; set; }

Property Value

Altitude

Remarks

See section 5.30.

Minimum2

Altitude/Minimum Altitude field.

public Altitude Minimum2 { get; set; }

Property Value

Altitude

Remarks

See section 5.30.

Out

Outbound Magnetic Course (OB MAG CRS) field.

public Course Out { get; set; }

Property Value

Course

Degrees and tenths of degree.

Remarks

See section 5.26.

Performance

Required Navigation Performance (RNP) field.

public float Performance { get; set; }

Property Value

float

Remarks

See section 5.211.

public Omnidirectional? Recommended { get; set; }

Property Value

Omnidirectional

Restriction

Directional Restriction character.

public AirwayRestriction Restriction { get; set; }

Property Value

AirwayRestriction

Remarks

See section 5.115.

Rho

Rho (RHO) field.

public float Rho { get; set; }

Property Value

float

Nautical miles and tenths of mile.

Remarks

See section 5.25.

ScaleFactor

Vertical Scale Factor (VSF) field.

public int ScaleFactor { get; set; }

Property Value

int

Feet.

Remarks

See section 5.293.

Theta

Theta (THETA) field.

public float Theta { get; set; }

Property Value

float

Degrees and tenths of degree.

Remarks

See section 5.24.

Type

Route Type (RT TYPE) -> Airway Type character.

public AirwayType Type { get; set; }

Property Value

AirwayType

Remarks

See table 5-2.