Table of Contents

Class Waypoint

Namespace
Arinc424.Waypoints
Assembly
Arinc424.dll

Waypoint primary record.

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

Remarks

See section 4.1.4.1.

Properties

Datum

Datum Code (DATUM) field.

public string? Datum { get; set; }

Property Value

string

Remarks

See section 5.197.

IcaoCode

ICAO Code (ICAO CODE) field.

public string IcaoCode { get; set; }

Property Value

string

Remarks

See section 5.14.

Name

Waypoint Name (NAME) field.

public string? Name { get; set; }

Property Value

string

Remarks

See section 5.43.

NameFormats

Name Format Indicator (NAME IND) field.

public WaypointNameFormats NameFormats { get; set; }

Property Value

WaypointNameFormats

Remarks

See section 5.196.

Types

Waypoint Type (TYPE) field.

public WaypointTypes Types { get; set; }

Property Value

WaypointTypes

Remarks

See section 5.42.

Usages

Waypoint Usage field.

public WaypointUsages Usages { get; set; }

Property Value

WaypointUsages

Remarks

See section 5.82.

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.