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

Constructors

View Source

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

View Source

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

SectionCode

Contains “A”

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

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

StartingLatitude

Latitude component of the coordinate

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

StartingLongitude

Longitude component of the coordinate

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

Implements

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