Class GridMora
Implements
Inherited Members
Namespace: FpAssistantCore.Arinc424.Records
Assembly: FpAssistantCoreScl.dll
Syntax
public class GridMora : BaseRecord, IBaseRecord
Constructors
View SourceGridMora(string)
Constructor for class GridMora
Declaration
public GridMora(string record)
Parameters
Type | Name | Description |
---|---|---|
string | record | ARINC424 record read from navigation database file |
Fields
View SourceFields
List of ARINC 424 Field with column details within the record ASCII format
Declaration
public static List<FieldStructure> Fields
Field Value
Type | Description |
---|---|
List<FieldStructure> |
SectionCode
Contains āAā
Declaration
public const string SectionCode = "A"
Field Value
Type | Description |
---|---|
string |
SubsectionCode
Contains āSā
Declaration
public const string SubsectionCode = "S"
Field Value
Type | Description |
---|---|
string |
Properties
View SourceCycleDate
Calendar period in which the record was added to the file or last revised
Declaration
public string CycleDate { get; }
Property Value
Type | Description |
---|---|
string |
StartingLatitude
Latitude component of the coordinate
Declaration
public string StartingLatitude { get; }
Property Value
Type | Description |
---|---|
string |
StartingLongitude
Longitude component of the coordinate
Declaration
public string StartingLongitude { get; }
Property Value
Type | Description |
---|---|
string |