Table of Contents

Class Port

Namespace
Arinc424.Ground
Assembly
Arinc424.dll
public abstract class Port : Fix, IIcao, IIdentity, INamed
Inheritance
object
Port
Implements
Derived
Inherited Members

Properties

Approaches

Associated Approach Procedures.

public Approach[]? Approaches { get; set; }

Property Value

Approach[]

ArrivalAltitudes

Associated TAAs.

public ArrivalAltitude[]? ArrivalAltitudes { get; set; }

Property Value

ArrivalAltitude[]

Arrivals

Associated STARs.

public Arrival[]? Arrivals { get; set; }

Property Value

Arrival[]

Beacons

Associated NDBs.

public TerminalBeacon[]? Beacons { get; set; }

Property Value

TerminalBeacon[]

Communications

Associated Communications.

public PortCommunication[]? Communications { get; set; }

Property Value

PortCommunication[]

CourseType

Magnetic/True Indicator (M/T IND) character.

public CourseType CourseType { get; set; }

Property Value

CourseType

Remarks

See section 5.165.

Datum

Datum Code (DATUM) field.

public string? Datum { get; set; }

Property Value

string

Remarks

See section 5.197.

Departures

Associated SIDs.

public Departure[]? Departures { get; set; }

Property Value

Departure[]

Designator

ATA/IATA Designator (ATA/IATA) field.

public string? Designator { get; set; }

Property Value

string

Remarks

See section 5.107.

Elevation

Airport/Heliport Elevation (ELEV) field.

public int Elevation { get; set; }

Property Value

int

Feet.

Remarks

See section 5.55.

GlobalLandings

Associated GLSs.

public GlobalLanding[]? GlobalLandings { get; set; }

Property Value

GlobalLanding[]

GroundPoints

Associated GBAS points.

public GroundPoint[]? GroundPoints { get; set; }

Property Value

GroundPoint[]

InstrumentLandings

Associated ILSs.

public InstrumentLanding[]? InstrumentLandings { get; set; }

Property Value

InstrumentLanding[]

IsDaylightTime

Daylight Time Indicator (DAY TIME) character.

public Bool IsDaylightTime { get; set; }

Property Value

Bool

Remarks

See section 5.179.

IsProcedurePublished

IFR Capability (IFR) character.

public Bool IsProcedurePublished { get; set; }

Property Value

Bool

Remarks

See section 5.108.

Limit

Speed Limit Altitude field.

public Altitude Limit { get; set; }

Property Value

Altitude

Remarks

See section 5.73.

Markers

Associated ILS Markers.

public InstrumentMarker[]? Markers { get; set; }

Property Value

InstrumentMarker[]

MicrowaveLandings

Associated MLSs.

public MicrowaveLanding[]? MicrowaveLandings { get; set; }

Property Value

MicrowaveLanding[]

MinimumAltitudes

Associated MSAs.

public MinimumAltitude[]? MinimumAltitudes { get; set; }

Property Value

MinimumAltitude[]

Name

Name field.

public string? Name { get; set; }

Property Value

string

Remarks

See section 5.60 and 5.71.

Omnidirects

Associated VHF Navaids.

public Omnidirect[]? Omnidirects { get; set; }

Property Value

Omnidirect[]

Pads

Associated Helipads.

public Pad[]? Pads { get; set; }

Property Value

Pad[]

Privacy

Public/Military Indicator (PUB/MIL) character.

public Privacy Privacy { get; set; }

Property Value

Privacy

Remarks

See section 5.177.

Recommended NAVAID (RECD NAV) field.

public Omnidirect? Recommended { get; set; }

Property Value

Omnidirect

SatellitePoints

Associated SBAS points.

public SatellitePoint[]? SatellitePoints { get; set; }

Property Value

SatellitePoint[]

SpeedLimit

Speed Limit (SPEED LIMIT) field.

public int SpeedLimit { get; set; }

Property Value

int

Knots.

Remarks

See section 5.72.

TimeZone

Time Zone field.

public string? TimeZone { get; set; }

Property Value

string

Remarks

See section 5.178.

TransitionAltitude

Transition Altitude/Level (TRANS ALTITUDE/LEVEL) field.

public int? TransitionAltitude { get; set; }

Property Value

int?

Feet.

Remarks

See section 5.53.

TransitionLevel

Transition Altitude/Level (TRANS ALTITUDE/LEVEL) field.

public int? TransitionLevel { get; set; }

Property Value

int?

Feet.

Remarks

See section 5.53.

Variation

Magnetic Variation (MAG VAR, D MAG VAR) field.

public float Variation { get; set; }

Property Value

float

Degrees.

Remarks

See section 5.39.

Waypoints

Associated Terminal Waypoints.

public TerminalWaypoint[]? Waypoints { get; set; }

Property Value

TerminalWaypoint[]