Class VhfNavaid
VHF Navaid Section(D), Subsection(Blank)
Implements
Inherited Members
Namespace: FpAssistantCore.Arinc424.Records
Assembly: FpAssistantCoreScl.dll
Syntax
public class VhfNavaid : BaseRecord, IBaseRecord
Constructors
View SourceVhfNavaid(string)
Constructor for class VhfNavaid
Declaration
public VhfNavaid(string record)
Parameters
Type | Name | Description |
---|---|---|
string | record | ARINC424 record read from navigation database file |
Fields
View SourceFields
List of ARINC 424 Fields with column details within the record ASCII format
Declaration
public static List<FieldStructure> Fields
Field Value
Type | Description |
---|---|
List<FieldStructure> |
SectionCode
Contains āDā
Declaration
public const string SectionCode = "D"
Field Value
Type | Description |
---|---|
string |
SubsectionCode
Contains ā ā (blank space)
Declaration
public const string SubsectionCode = " "
Field Value
Type | Description |
---|---|
string |
Properties
View SourceAirportICAOIdentifier
ICAO identification code of the airport
Declaration
public string AirportICAOIdentifier { get; }
Property Value
Type | Description |
---|---|
string |
ContinuationRecordNo
Continuation Record
Declaration
public string ContinuationRecordNo { get; }
Property Value
Type | Description |
---|---|
string |
CustomerAreaCode
Categorization of standard records by geographical area and of tailored records
Declaration
public string CustomerAreaCode { get; }
Property Value
Type | Description |
---|---|
string |
CycleDate
Declaration
public string CycleDate { get; }
Property Value
Type | Description |
---|---|
string |
DMEElevation
DME Elevation
Declaration
public string DMEElevation { get; }
Property Value
Type | Description |
---|---|
string |
DMEIdentifier
DME Identifier
Declaration
public string DMEIdentifier { get; }
Property Value
Type | Description |
---|---|
string |
DMELatitude
DME Latitude
Declaration
public string DMELatitude { get; }
Property Value
Type | Description |
---|---|
string |
DMELongitude
DME Longitude
Declaration
public string DMELongitude { get; }
Property Value
Type | Description |
---|---|
string |
DMEOperationalService
DME Operational Service
Declaration
public string DMEOperationalService { get; }
Property Value
Type | Description |
---|---|
string |
DatumCode
Datum Code
Declaration
public string DatumCode { get; }
Property Value
Type | Description |
---|---|
string |
FigureOfMerit
Figure of Merit
Declaration
public string FigureOfMerit { get; }
Property Value
Type | Description |
---|---|
string |
FileRecordNumber
File Record Number
Declaration
public string FileRecordNumber { get; }
Property Value
Type | Description |
---|---|
string |
FrequencyProtection
Frequency Protection
Declaration
public string FrequencyProtection { get; }
Property Value
Type | Description |
---|---|
string |
ICAOCode11
ICAO Code
Declaration
public string ICAOCode11 { get; }
Property Value
Type | Description |
---|---|
string |
ICAOCode20
ICAO Code
Declaration
public string ICAOCode20 { get; }
Property Value
Type | Description |
---|---|
string |
ILSDMEBias
ILS/DME Bias
Declaration
public string ILSDMEBias { get; }
Property Value
Type | Description |
---|---|
string |
NAVAIDClass
NAVAID Class
Declaration
public string NAVAIDClass { get; }
Property Value
Type | Description |
---|---|
string |
NavaidType
Declaration
public VhfNavaid.NavaidTypes NavaidType { get; }
Property Value
Type | Description |
---|---|
VhfNavaid.NavaidTypes |
RouteInappropriateDME
Route Inappropriate DME
Declaration
public string RouteInappropriateDME { get; }
Property Value
Type | Description |
---|---|
string |
StationDeclination
Station Declination
Declaration
public string StationDeclination { get; }
Property Value
Type | Description |
---|---|
string |
VORFrequency
VOR Frequency
Declaration
public string VORFrequency { get; }
Property Value
Type | Description |
---|---|
string |
VORIdentifier
Identifies the VHF facility
Declaration
public string VORIdentifier { get; }
Property Value
Type | Description |
---|---|
string |
VORLatitude
VOR Latitude
Declaration
public string VORLatitude { get; }
Property Value
Type | Description |
---|---|
string |
VORLongitude
VOR Longitude
Declaration
public string VORLongitude { get; }
Property Value
Type | Description |
---|---|
string |
VORName
VOR Name
Declaration
public string VORName { get; }
Property Value
Type | Description |
---|---|
string |