Table of Contents

Class Airport

Namespace
Arinc424.Ground
Assembly
Arinc424.dll

Airport primary record.

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

Remarks

See section 4.1.7.1.

Properties

Gates

Associated gates.

public Gate[]? Gates { get; set; }

Property Value

Gate[]

LongestRunwayLength

Longest Runway (LONGEST RWY) field.

public int LongestRunwayLength { get; set; }

Property Value

int

Feet.

Remarks

See section 5.54.

LongestRunwayType

Surface Code (SC) character.

public SurfaceType LongestRunwayType { get; set; }

Property Value

SurfaceType

Remarks

See section 5.249.

Thresholds

Associated runways.

public Threshold[]? Thresholds { get; set; }

Property Value

Threshold[]