Show / Hide Table of Contents

Class GridMora

Inheritance
System.Object
BaseRecord
GridMora
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 GridMora : BaseRecord, IBaseRecord

Constructors

GridMora(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

Fields

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

CycleDate

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 componet of the coordinate

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

StartingLongitude

Longitude componet of the coordinate

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

Implements

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