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 |
---|---|---|
System.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 = null
Field Value
Type | Description |
---|---|
System.String |
SubsectionCode
Contains “ ” (blank space)
Declaration
public const string SubsectionCode = null
Field Value
Type | Description |
---|---|
System.String |
Properties
View SourceAirportICAOIdentifier
ICAO identification code of the airport
Declaration
public string AirportICAOIdentifier { get; }
Property Value
Type | Description |
---|---|
System.String |
ContinuationRecordNo
Continuation Record
Declaration
public string ContinuationRecordNo { get; }
Property Value
Type | Description |
---|---|
System.String |
CustomerAreaCode
Categorization of standard records by geographical area and of tailored records
Declaration
public string CustomerAreaCode { get; }
Property Value
Type | Description |
---|---|
System.String |
CycleDate
Declaration
public string CycleDate { get; }
Property Value
Type | Description |
---|---|
System.String |
DatumCode
Datum Code
Declaration
public string DatumCode { get; }
Property Value
Type | Description |
---|---|
System.String |
DMEElevation
DME Elevation
Declaration
public string DMEElevation { get; }
Property Value
Type | Description |
---|---|
System.String |
DMEIdentifier
DME Identifier
Declaration
public string DMEIdentifier { get; }
Property Value
Type | Description |
---|---|
System.String |
DMELatitude
DME Latitude
Declaration
public string DMELatitude { get; }
Property Value
Type | Description |
---|---|
System.String |
DMELongitude
DME Longitude
Declaration
public string DMELongitude { get; }
Property Value
Type | Description |
---|---|
System.String |
DMEOperationalService
DME Operational Service
Declaration
public string DMEOperationalService { get; }
Property Value
Type | Description |
---|---|
System.String |
FigureOfMerit
Figure of Merit
Declaration
public string FigureOfMerit { get; }
Property Value
Type | Description |
---|---|
System.String |
FileRecordNumber
File Record Number
Declaration
public string FileRecordNumber { get; }
Property Value
Type | Description |
---|---|
System.String |
FrequencyProtection
Frequency Protection
Declaration
public string FrequencyProtection { get; }
Property Value
Type | Description |
---|---|
System.String |
ICAOCode11
ICAO Code
Declaration
public string ICAOCode11 { get; }
Property Value
Type | Description |
---|---|
System.String |
ICAOCode20
ICAO Code
Declaration
public string ICAOCode20 { get; }
Property Value
Type | Description |
---|---|
System.String |
ILSDMEBias
ILS/DME Bias
Declaration
public string ILSDMEBias { get; }
Property Value
Type | Description |
---|---|
System.String |
NAVAIDClass
NAVAID Class
Declaration
public string NAVAIDClass { get; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.String |
StationDeclination
Station Declination
Declaration
public string StationDeclination { get; }
Property Value
Type | Description |
---|---|
System.String |
VORFrequency
VOR Frequency
Declaration
public string VORFrequency { get; }
Property Value
Type | Description |
---|---|
System.String |
VORIdentifier
Identifies the VHF facility
Declaration
public string VORIdentifier { get; }
Property Value
Type | Description |
---|---|
System.String |
VORLatitude
VOR Latitude
Declaration
public string VORLatitude { get; }
Property Value
Type | Description |
---|---|
System.String |
VORLongitude
VOR Longitude
Declaration
public string VORLongitude { get; }
Property Value
Type | Description |
---|---|
System.String |
VORName
VOR Name
Declaration
public string VORName { get; }
Property Value
Type | Description |
---|---|
System.String |