Table of Contents

Class Port

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

Properties

Approaches

Associated Approach Procedures.

public List<Approach>? Approaches { get; set; }

Property Value

List<Approach>

ArrivalAltitudes

Associated TAAs.

public List<ArrivalAltitude>? ArrivalAltitudes { get; set; }

Property Value

List<ArrivalAltitude>

Arrivals

Associated STARs.

public List<Arrival>? Arrivals { get; set; }

Property Value

List<Arrival>

Communications

Associated Communications.

public List<PortCommunication>? Communications { get; set; }

Property Value

List<PortCommunication>

CourseType

Outbound Magnetic Course (OB MAG CRS) field.

Inbound Magnetic Course (IB MAG CRS) field.

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

public CourseType CourseType { get; set; }

Property Value

CourseType

Remarks

See section 5.26, 5.28, 5.165.

Datum

Datum Code (DATUM) field.

public string? Datum { get; set; }

Property Value

string

Remarks

See section 5.197.

Departures

Associated SIDs.

public List<Departure>? Departures { get; set; }

Property Value

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

public List<GlobalLanding>? GlobalLandings { get; set; }

Property Value

List<GlobalLanding>

GroundPoints

Associated GBAS points.

public List<GroundPoint>? GroundPoints { get; set; }

Property Value

List<GroundPoint>

IcaoCode

ICAO Code (ICAO CODE) field.

public string IcaoCode { get; set; }

Property Value

string

Remarks

See section 5.14.

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.

MinimumAltitudes

Associated MSAs.

public List<MinimumAltitude>? MinimumAltitudes { get; set; }

Property Value

List<MinimumAltitude>

Name

Name field.

public string? Name { get; set; }

Property Value

string

Remarks

See section 5.60 and 5.71.

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 Omnidirectional? Recommended { get; set; }

Property Value

Omnidirectional

SattelitePoints

Associated SBAS points.

public List<SatellitePoint>? SattelitePoints { get; set; }

Property Value

List<SatellitePoint>

SpeedLimit

Speed Limit (SPEED LIMIT) field.

public int SpeedLimit { get; set; }

Property Value

int

Knots.

Remarks

See section 5.72.

TerminalWaypoints

Associated Terminal Waypoints.

public List<TerminalWaypoint>? TerminalWaypoints { get; set; }

Property Value

List<TerminalWaypoint>

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 or flight level.

Remarks

See section 5.53.

TransitionLevel

public int TransitionLevel { get; set; }

Property Value

int

Variation

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

public float Variation { get; set; }

Property Value

float

Degrees and tenths of degree.

Remarks

See section 5.39.