Class Fix
- Namespace
- Arinc424
- Assembly
- Arinc424.dll
Base object with an identifier that can be used as a navigation point.
public abstract class Fix : Geo, IIcao, IIdentity
- Inheritance
-
objectFix
- Implements
- Derived
- Inherited Members
Properties
Icao
ICAO Code (ICAO CODE)
field.
public Icao Icao { get; set; }
Property Value
Remarks
See section 5.14.
Identifier
Fix Identifier (FIX IDENT)
field for
Waypoint and TerminalWaypoint. See section 5.13.
Airport/Heliport Identifier (ARPT/HELI IDENT)
field for
Airport and Heliport. See section 5.6.
VOR/NDB Identifier (VOR IDENT/NDB IDENT)
field for
Omnidirect, Nondirect and Tactical. See section 5.33.
Localizer/MLS/GLS Identifier (LOC, MLS, GLS IDENT)
field for
InstrumentLanding, MicrowaveLanding, GlobalLanding
and InstrumentMarker. See section 5.44.
Gate Identifier (GATE IDENT)
field for
Gate. See section 5.56.
Runway Identifier (RUNWAY ID)
field for
Threshold. See section 5.46.
Marker Identifier (MARKER IDENT)
field for
AirwayMarker. See section 5.110.
Reference Path Identifier (REF ID)
field for
SatellitePoint and GroundPoint. See section 5.257.
Activity Identifier
field for
SpecialArea. See section 5.279.
public string Identifier { get; set; }