Table of Contents

Class Airport

Namespace
Arinc424.Ground
Assembly
Arinc424.dll

Airport primary record.

public class Airport : Port, IIcao, IIdentity, INamed
Inheritance
Airport
Implements
Inherited Members

Remarks

See section 4.1.7.1.

Properties

Beacons

Associated NDBs.

public List<TerminalBeacon>? Beacons { get; set; }

Property Value

List<TerminalBeacon>

Gates

Associated gates.

public List<Gate>? Gates { get; set; }

Property Value

List<Gate>

InstrumentLandings

Associated ILS.

public List<InstrumentLanding>? InstrumentLandings { get; set; }

Property Value

List<InstrumentLanding>

LongestRunwayLength

Longest Runway (LONGEST RWY) field.

public int LongestRunwayLength { get; set; }

Property Value

int

Hundreds of feet.

Remarks

See section 5.54.

LongestRunwayType

Surface Code (SC) character.

public SurfaceType LongestRunwayType { get; set; }

Property Value

SurfaceType

Remarks

See section 5.249.

Markers

Associated Localizer Markers.

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

Property Value

List<InstrumentMarker>

MicrowaveLandings

Associated MLS.

public List<MicrowaveLanding>? MicrowaveLandings { get; set; }

Property Value

List<MicrowaveLanding>

Omnidirectionals

Associated VHF Navaids.

public List<Omnidirectional>? Omnidirectionals { get; set; }

Property Value

List<Omnidirectional>

Thresholds

Associated runways.

public List<RunwayThreshold>? Thresholds { get; set; }

Property Value

List<RunwayThreshold>