Table of Contents

Class Data424

Namespace
Arinc424
Assembly
Arinc424.dll

Container that represents ARINC 424 database.

public class Data424
Inheritance
Data424

Properties

AirportApproaches

Airport Approach records.

public List<Approach> AirportApproaches { get; set; }

Property Value

List<Approach>

Remarks

Section PF.

AirportArrivalAltitudes

Airport TAA records.

public List<ArrivalAltitude> AirportArrivalAltitudes { get; set; }

Property Value

List<ArrivalAltitude>

Remarks

Section PK.

AirportArrivals

Airport STAR records.

public List<Arrival> AirportArrivals { get; set; }

Property Value

List<Arrival>

Remarks

Section PE.

AirportCommunications

Airport Communication records.

public List<PortCommunication> AirportCommunications { get; set; }

Property Value

List<PortCommunication>

Remarks

Section PV.

AirportDepartures

Airport SID records.

public List<Departure> AirportDepartures { get; set; }

Property Value

List<Departure>

Remarks

Section PD.

AirportMinimumAltitudes

Airport MSA records.

public List<MinimumAltitude> AirportMinimumAltitudes { get; set; }

Property Value

List<MinimumAltitude>

Remarks

Section PS.

AirportSatellitePoints

SBAS Path Point records.

public List<SatellitePoint> AirportSatellitePoints { get; set; }

Property Value

List<SatellitePoint>

Remarks

Section PP.

AirportTerminalWaypoints

Airport Terminal Waypoint records.

public List<TerminalWaypoint> AirportTerminalWaypoints { get; set; }

Property Value

List<TerminalWaypoint>

Remarks

Section PC.

Airports

Airport records.

public List<Airport> Airports { get; set; }

Property Value

List<Airport>

Remarks

Section PA.

AirwayCommunications

Enroute Airway Communication records.

public List<AirwayCommunication> AirwayCommunications { get; set; }

Property Value

List<AirwayCommunication>

Remarks

Section EV.

AirwayMarkers

Enroute Airway Marker records.

public List<AirwayMarker> AirwayMarkers { get; set; }

Property Value

List<AirwayMarker>

Remarks

Section EM.

Airways

Enroute Airway records.

public List<Airway> Airways { get; set; }

Property Value

List<Airway>

Remarks

Section ER.

Alternates

Alternate records.

public List<Alternate> Alternates { get; set; }

Property Value

List<Alternate>

Remarks

Section RA.

CommunicationTypes

Communication Type Translation records.

public List<CommunicationType> CommunicationTypes { get; set; }

Property Value

List<CommunicationType>

Remarks

Section TV.

CompanyRoutes

Company Route records.

public List<CompanyRoute> CompanyRoutes { get; set; }

Property Value

List<CompanyRoute>

Remarks

Section R.

ControlledSpaces

Controlled Airspace records.

public List<ControlledSpace> ControlledSpaces { get; set; }

Property Value

List<ControlledSpace>

Remarks

Section UC.

CruisingTables

Cruising Table records.

public List<CruiseTable> CruisingTables { get; set; }

Property Value

List<CruiseTable>

Remarks

Section TC.

EnrouteWaypoints

Enroute Waypoint records.

public List<Waypoint> EnrouteWaypoints { get; set; }

Property Value

List<Waypoint>

Remarks

Section EA.

FlightPlans

Flight Planning records.

public List<FlightPlan> FlightPlans { get; set; }

Property Value

List<FlightPlan>

Remarks

Section PR.

FlightRegions

FIR/UIR records.

public List<FlightRegion> FlightRegions { get; set; }

Property Value

List<FlightRegion>

Remarks

Section UF.

Gates

Gate records.

public List<Gate> Gates { get; set; }

Property Value

List<Gate>

Remarks

Section PB.

GeographicalReferences

Geographical Reference Table records.

public List<GeographicalReference> GeographicalReferences { get; set; }

Property Value

List<GeographicalReference>

Remarks

Section TG.

GlobalLandings

GLS records.

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

Property Value

List<GlobalLanding>

Remarks

Section PT.

GroundPoints

GBAS Path Point records.

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

Property Value

List<GroundPoint>

Remarks

Section PQ.

HelicopterCompanyRoutes

Helicopter Operations Company Route records.

public List<HelicopterCompanyRoute> HelicopterCompanyRoutes { get; set; }

Property Value

List<HelicopterCompanyRoute>

Remarks

Section RH.

HeliportApproaches

Heliport Approaches records.

public List<Approach> HeliportApproaches { get; set; }

Property Value

List<Approach>

Remarks

Section HF.

HeliportArrivalAltitudes

Heliport TAA records.

public List<ArrivalAltitude> HeliportArrivalAltitudes { get; set; }

Property Value

List<ArrivalAltitude>

Remarks

Section HK.

HeliportArrivals

Heliport STAR records.

public List<Arrival> HeliportArrivals { get; set; }

Property Value

List<Arrival>

Remarks

Section HE.

HeliportCommunications

Heliport Communication records.

public List<PortCommunication> HeliportCommunications { get; set; }

Property Value

List<PortCommunication>

Remarks

Section HV.

HeliportDepartures

Heliport SID records.

public List<Departure> HeliportDepartures { get; set; }

Property Value

List<Departure>

Remarks

Section HD.

HeliportMinimumAltitudes

Heliport MSA records.

public List<MinimumAltitude> HeliportMinimumAltitudes { get; set; }

Property Value

List<MinimumAltitude>

Remarks

Section HS.

HeliportSatellitePoints

Heliport SID records.

public List<SatellitePoint> HeliportSatellitePoints { get; set; }

Property Value

List<SatellitePoint>

Remarks

Section HP.

HeliportTerminalWaypoints

Heliport Terminal Waypoint records.

public List<TerminalWaypoint> HeliportTerminalWaypoints { get; set; }

Property Value

List<TerminalWaypoint>

Remarks

Section HC.

Heliports

Heliport records.

public List<Heliport> Heliports { get; set; }

Property Value

List<Heliport>

Remarks

Section HA.

HoldingPatterns

Holding Pattern records.

public List<HoldingPattern> HoldingPatterns { get; set; }

Property Value

List<HoldingPattern>

Remarks

Section EP.

InstrumentLandings

Airport and Heliport Localizer and Glide Slope records.

public List<InstrumentLanding> InstrumentLandings { get; set; }

Property Value

List<InstrumentLanding>

Remarks

Section PI.

InstrumentMarkers

Airport and Heliport Localizer Marker records.

public List<InstrumentMarker> InstrumentMarkers { get; set; }

Property Value

List<InstrumentMarker>

Remarks

Section PM.

MicrowaveLandings

Airport and Heliport MLS records.

public List<MicrowaveLanding> MicrowaveLandings { get; set; }

Property Value

List<MicrowaveLanding>

Remarks

Section PL.

Nondirectionals

NDB Navaid records.

public List<Nondirectional> Nondirectionals { get; set; }

Property Value

List<Nondirectional>

Remarks

Section DB.

OffrouteAltitudes

Grid MORA records.

public List<OffrouteAltitude> OffrouteAltitudes { get; set; }

Property Value

List<OffrouteAltitude>

Remarks

Section AS.

Omnidirectionals

VHF Navaid records.

public List<Omnidirectional> Omnidirectionals { get; set; }

Property Value

List<Omnidirectional>

Remarks

Section D.

PreferredRoutes

Preferred Route records.

public List<PreferredRoute> PreferredRoutes { get; set; }

Property Value

List<PreferredRoute>

Remarks

Section ET.

RestrictiveSpaces

Restrictive Airspace records.

public List<RestrictiveSpace> RestrictiveSpaces { get; set; }

Property Value

List<RestrictiveSpace>

Remarks

Section UR.

Runways

Runway records.

public List<Runway> Runways { get; set; }

Property Value

List<Runway>

Remarks

Section PG.

SpecialAreas

Special Activity Area records.

public List<SpecialArea> SpecialAreas { get; set; }

Property Value

List<SpecialArea>

Remarks

Section ES.

Tacticals

TACAN-Only Navaid records.

public List<Tactical> Tacticals { get; set; }

Property Value

List<Tactical>

Remarks

Section DT.

TerminalBeacons

Terminal NDB records.

public List<TerminalBeacon> TerminalBeacons { get; set; }

Property Value

List<TerminalBeacon>

Remarks

Section PN.

Methods

Create(IEnumerable<string>, Supplement)

public static Data424 Create(IEnumerable<string> strings, Supplement supplement)

Parameters

strings IEnumerable<string>
supplement Supplement

Returns

Data424