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 |
---|---|---|
System.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 = null
Field Value
Type | Description |
---|---|
System.String |
SubsectionCode
Contains “S”
Declaration
public const string SubsectionCode = null
Field Value
Type | Description |
---|---|
System.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 |
---|---|
System.String |
StartingLatitude
Latitude component of the coordinate
Declaration
public string StartingLatitude { get; }
Property Value
Type | Description |
---|---|
System.String |
StartingLongitude
Longitude component of the coordinate
Declaration
public string StartingLongitude { get; }
Property Value
Type | Description |
---|---|
System.String |