Table of Contents

Class Runway

Namespace
Arinc424.Ports
Assembly
Arinc424.dll

Runway primary record.

public class Runway : Fix, IIdentity, IIcao
Inheritance
Runway
Implements
Inherited Members

Remarks

See section 4.1.10.1.

Properties

Airport

public Airport Airport { get; set; }

Property Value

Airport

Bearing

Runway Magnetic Bearing (RWY BRG) field.

public Course Bearing { get; set; }

Property Value

Course

Degrees and tenths of a degree.

Remarks

See section 5.58.

Description

Runway Description (RUNWAY DESCRIPTION) field.

public string? Description { get; set; }

Property Value

string

Remarks

See section 5.59.

EllipsoidalHeight

Ellipsoidal Height field.

public float EllipsoidalHeight { get; set; }

Property Value

float

Meters and tenths of meter.

Remarks

See section 5.225.

GlobalLanding

Associated GLS.

public GlobalLanding? GlobalLanding { get; set; }

Property Value

GlobalLanding

Gradient

Runway Gradient (RWY GRAD) field.

public float Gradient { get; set; }

Property Value

float

Percent.

Remarks

See section 5.212.

IcaoCode

ICAO Code (ICAO CODE) field.

public string IcaoCode { get; set; }

Property Value

string

Remarks

See section 5.14.

InstrumentLanding

Associated ILS.

public InstrumentLanding? InstrumentLanding { get; set; }

Property Value

InstrumentLanding

Length

Runway Length (RUNWAY LENGTH) field.

public int Length { get; set; }

Property Value

int

Feet.

Remarks

See section 5.57.

Markers

Associated ILS Markers.

public List<InstrumentMarker>? Markers { get; set; }

Property Value

List<InstrumentMarker>

MicrowaveLanding

Associated MLS.

public MicrowaveLanding? MicrowaveLanding { get; set; }

Property Value

MicrowaveLanding

Stopway

Stopway field.

public int Stopway { get; set; }

Property Value

int

Feet.

Remarks

See section 5.79.

ThresholdDistance

Threshold Displacement Distance (DSPLCD THR) field.

public int ThresholdDistance { get; set; }

Property Value

int

Feet.

Remarks

See section 5.69.

ThresholdElevation

Landing Threshold Elevation (LANDING THRES ELEV) field.

public int ThresholdElevation { get; set; }

Property Value

int

Feet.

Remarks

See section 5.68.

ThresholdHeight

Threshold Crossing Height (TCH) field.

public int ThresholdHeight { get; set; }

Property Value

int

Feet.

Remarks

See section 5.67.

ThresholdType

TCH Value Indicator (TCHVI) character.

public ThresholdType ThresholdType { get; set; }

Property Value

ThresholdType

Remarks

See section 5.270.

Width

Runway Width (WIDTH) field.

public int Width { get; set; }

Property Value

int

Feet.

Remarks

See section 5.109.