Show / Hide Table of Contents

Class NdbNavaid

NDB Navaid Section (D)

Inheritance
System.Object
BaseRecord
NdbNavaid
NdbNavaidEnroute
NdbNavaidTerminal
Implements
IBaseRecord
Inherited Members
BaseRecord.Record
BaseRecord.Id
BaseRecord.Type
BaseRecord.UpdateRecord(String)
BaseRecord.UpdateField(Int32, String)
BaseRecord.GeoFenceWithin(GeoCoordinateBasic, LinearDistance)
BaseRecord.IsContinuationRecord()
BaseRecord.GetFieldContents(List<FieldStructure>, String)
BaseRecord.PropertyNameAndValues()
BaseRecord.UpdateThisProperty(String, String, List<FieldStructure>)
BaseRecord.Humanize(String)
Namespace: FpAssistantCore.Arinc424.Records
Assembly: FpAssistantCoreScl.dll
Syntax
public class NdbNavaid : BaseRecord, IBaseRecord

Constructors

View Source

NdbNavaid(String)

Constructor for class NdbNavaid

Declaration
public NdbNavaid(string record)
Parameters
Type Name Description
System.String record

ARINC424 record read from navigation database file

Remarks
NdbNavaidEnroute and NdbNavaidTerminal

Fields

View Source

Fields

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>

Properties

View Source

AirportICAOIdentifier

ICAO identification code of the airport

Declaration
public string AirportICAOIdentifier { get; }
Property Value
Type Description
System.String
View Source

ContinuationRecordNo

Continuation Record

Declaration
public string ContinuationRecordNo { get; }
Property Value
Type Description
System.String
View Source

CustomerAreaCode

Categorization of standard records by geographical area and of tailored records

Declaration
public string CustomerAreaCode { get; }
Property Value
Type Description
System.String
View Source

CycleDate

Declaration
public string CycleDate { get; }
Property Value
Type Description
System.String
View Source

DatumCode

Datum Code

Declaration
public string DatumCode { get; }
Property Value
Type Description
System.String
View Source

FileRecordNumber

File Record Number

Declaration
public string FileRecordNumber { get; }
Property Value
Type Description
System.String
View Source

ICAOCode11

ICAO Code

Declaration
public string ICAOCode11 { get; }
Property Value
Type Description
System.String
View Source

ICAOCode20

ICAO Code

Declaration
public string ICAOCode20 { get; }
Property Value
Type Description
System.String
View Source

MagneticVariation

Magnetic Variation

Declaration
public string MagneticVariation { get; }
Property Value
Type Description
System.String
View Source

NDBClass

NDB Class

Declaration
public string NDBClass { get; }
Property Value
Type Description
System.String
View Source

NDBFrequency

NDB Frequency

Declaration
public string NDBFrequency { get; }
Property Value
Type Description
System.String
View Source

NDBIdentifier

Identifies the NDB facility

Declaration
public string NDBIdentifier { get; }
Property Value
Type Description
System.String
View Source

NDBLatitude

NDB Latitude

Declaration
public string NDBLatitude { get; }
Property Value
Type Description
System.String
View Source

NDBLongitude

NDB Longitude

Declaration
public string NDBLongitude { get; }
Property Value
Type Description
System.String
View Source

NDBName

NDB Name

Declaration
public string NDBName { get; }
Property Value
Type Description
System.String

Implements

IBaseRecord
  • View Source
In This Article
  • Constructors
    • NdbNavaid(String)
  • Fields
    • Fields
  • Properties
    • AirportICAOIdentifier
    • ContinuationRecordNo
    • CustomerAreaCode
    • CycleDate
    • DatumCode
    • FileRecordNumber
    • ICAOCode11
    • ICAOCode20
    • MagneticVariation
    • NDBClass
    • NDBFrequency
    • NDBIdentifier
    • NDBLatitude
    • NDBLongitude
    • NDBName
  • Implements
Back to top Copyright 2018-2024 CADology Limited