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

Constructors

View Source

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

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>
View Source

SectionCode

Contains “P”

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

SubsectionCode

Contains “S”

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

Properties

View Source

AirportICAOIdentifier

Airport ICAO Identifier

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

ContinuationRecordNumber

Continuation Record Number

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

Cycle Date

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

ICAOCode19

ICAO Code

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

MagneticTrueIndicator

Magnetic/True Indicator

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

MSACenter

MSA Center

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

MultipleCode

Multiple Code

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

SectionCode21

Section Code (Column 21)

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

SectorDataset1

Sector Dataset 1

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

SectorDataset2

Sector Dataset 2

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

SectorDataset3

Sector Dataset 3

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

SectorDataset4

Sector Dataset 4

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

SectorDataset5

Sector Dataset 5

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

SectorDataset6

Sector Dataset 6

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

SectorDataset7

Sector Dataset 7

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

SubsectionCode22

Subsection Code (Column 22)

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

Implements

IBaseRecord
  • View Source
In This Article
Back to top Copyright 2018-2024 CADology Limited