Table of Contents

Class AirwayMarker

Namespace
Arinc424.Routing
Assembly
Arinc424.dll

Airways Marker primary record.

public class AirwayMarker : Fix, IIdentity, IIcao, INamed
Inheritance
AirwayMarker
Implements
Inherited Members

Remarks

See section 4.1.15.1.

Properties

Bearing

Minor Axis Bearing (MINOR AXIS TRUE BRG) field.

public float Bearing { get; set; }

Property Value

float

Datum

Datum Code (DATUM) field.

public string? Datum { get; set; }

Property Value

string

Remarks

See section 5.197.

Elevation

Facility Elevation (FAC ELEV) field.

public int Elevation { get; set; }

Property Value

int

Feet.

Remarks

See section 5.92.

IcaoCode

ICAO Code (ICAO CODE) field.

public string IcaoCode { get; set; }

Property Value

string

Remarks

See section 5.14.

MarkerCode

Marker Code (MARKER CODE) field.

public string MarkerCode { get; set; }

Property Value

string

Remarks

See section 5.111.

Name

Name field.

public string? Name { get; set; }

Property Value

string

Remarks

See section 5.60 and 5.71.

Power

High/Low (HIGH/LOW) character.

public MarkerPower Power { get; set; }

Property Value

MarkerPower

Remarks

See section 5.113.

Shape

Marker Shape (SHAPE) character.

public MarkerShape Shape { get; set; }

Property Value

MarkerShape

Remarks

See section 5.112.

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.