Table of Contents

Class Airport

Namespace
Arinc424.Ports
Assembly
Arinc424.dll

Airport primary record.

public class Airport : Port, IIdentity, IIcao, 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's.

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's.

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

Property Value

List<MicrowaveLanding>

Omnidirectionals

Associated VHF Navaids.

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

Property Value

List<Omnidirectional>

Runways

Associated runways.

public List<Runway>? Runways { get; set; }

Property Value

List<Runway>