Class AirportApproach
Airport Approach Records (PF)
Implements
Inherited Members
Namespace: FpAssistantCore.Arinc424.Records
Assembly: FpAssistantCoreScl.dll
Syntax
public class AirportApproach : AirportSidStarApproach, IBaseRecord
Constructors
View SourceAirportApproach(string)
Constructor for class AirportApproach (PF)
Declaration
public AirportApproach(string record)
Parameters
Type | Name | Description |
---|---|---|
string | record | ARINC424 record read from navigation database file |
Fields
View SourceSubsectionCode
Contains âFâ - Approach
Declaration
public const string SubsectionCode = "F"
Field Value
Type | Description |
---|---|
string |
Properties
View SourceFilter
Built-in Filter type
Declaration
public static List<Arinc424RecordObjectTypes> Filter { get; }
Property Value
Type | Description |
---|---|
List<Arinc424RecordObjectTypes> |