Table of Contents

Class Threshold

Namespace
Arinc424.Ground
Assembly
Arinc424.dll

Runway primary record.

public class Threshold : Touch, IIcao, IIdentity
Inheritance
object
Threshold
Implements
Inherited Members

Remarks

See section 4.1.10.1.

Properties

Bearing

Runway Bearing (RWY BRG) field.

public Course Bearing { get; set; }

Property Value

Course

Degrees.

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 a meter.

Remarks

See section 5.225.

Gradient

Runway Gradient (RWY GRAD) field.

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

Property Value

float

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.

Length

Runway Length (RUNWAY LENGTH) field.

public int Length { get; set; }

Property Value

int

Feet.

Remarks

See section 5.57.

Port

public Airport Port { get; set; }

Property Value

Airport

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.