Show / Hide Table of Contents

Class AirportMsa

Airport MSA Records (PS)

Inheritance
System.Object
BaseRecord
AirportMsa
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.UpdateThisProperty(String, String, List<FieldStructure>)
Namespace: FpAssistantCore.Arinc424.Records
Assembly: FpAssistantCoreScl.dll
Syntax
public class AirportMsa : BaseRecord, IBaseRecord

Constructors

AirportMsa(String)

Constructor for class AirportMsa

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

ARINC424 record read from navigation database file

Fields

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>

SectionCode

Contains “P”

Declaration
public const string SectionCode = null
Field Value
Type Description
System.String

SubsectionCode

Contains “S”

Declaration
public const string SubsectionCode = null
Field Value
Type Description
System.String

Properties

AirportICAOIdentifier

Airport ICAO Identifier

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

ContinuationRecordNumber

Continuation Record Number

Declaration
public string ContinuationRecordNumber { 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

Cycle Date

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

FileRecordNumber

File Record Number

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

ICAOCode11

ICAO Code

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

ICAOCode19

ICAO Code

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

MagneticTrueIndicator

Magnetic/True Indicator

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

MSACenter

MSA Center

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

MultipleCode

Multiple Code

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

SectionCode21

Section Code (Column 21)

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

SectorDataset1

Sector Dataset 1

Declaration
public SectorDataset SectorDataset1 { get; }
Property Value
Type Description
SectorDataset

SectorDataset2

Sector Dataset 2

Declaration
public SectorDataset SectorDataset2 { get; }
Property Value
Type Description
SectorDataset

SectorDataset3

Sector Dataset 3

Declaration
public SectorDataset SectorDataset3 { get; }
Property Value
Type Description
SectorDataset

SectorDataset4

Sector Dataset 4

Declaration
public SectorDataset SectorDataset4 { get; }
Property Value
Type Description
SectorDataset

SectorDataset5

Sector Dataset 5

Declaration
public SectorDataset SectorDataset5 { get; }
Property Value
Type Description
SectorDataset

SectorDataset6

Sector Dataset 6

Declaration
public SectorDataset SectorDataset6 { get; }
Property Value
Type Description
SectorDataset

SectorDataset7

Sector Dataset 7

Declaration
public SectorDataset SectorDataset7 { get; }
Property Value
Type Description
SectorDataset

SubsectionCode22

Subsection Code (Column 22)

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

Implements

IBaseRecord
In This Article
Back to top Copyright 2018-2023 CADology Limited