Table of Contents

Class RunwayThreshold

Namespace
Arinc424.Ground
Assembly
Arinc424.dll

Runway primary record.

public class RunwayThreshold : Fix, IIcao, IIdentity
Inheritance
RunwayThreshold
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.

Distance

Threshold Displacement Distance (DSPLCD THR) field.

public int Distance { get; set; }

Property Value

int

Feet.

Remarks

See section 5.69.

Elevation

Landing Threshold Elevation (LANDING THRES ELEV) field.

public int Elevation { get; set; }

Property Value

int

Feet.

Remarks

See section 5.68.

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.

[Obsolete("todo")]
public float Gradient { get; set; }

Property Value

float

Degrees and thousands of degrees.

Remarks

See section 5.212.

Height

Threshold Crossing Height (TCH) field.

public int Height { get; set; }

Property Value

int

Feet.

Remarks

See section 5.67.

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.

Type

TCH Value Indicator (TCHVI) character.

public ThresholdType Type { 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.