Show / Hide Table of Contents

Struct NotamItemA

NOTAM Item A) - The ICAO location indicator of the aerodrome or FIR in which the facility, airspace, or condition being reported is located

Namespace: FpAssistantCore.GeneralAviation
Assembly: FpAssistantCoreScl.dll
Syntax
public struct NotamItemA
Remarks

Could be 4-letter ICAO code for the location

Examples

A)KORD

Constructors

View Source

NotamItemA(String)

Decode a NOTAM Item A into member properties

Declaration
public NotamItemA(string itemA)
Parameters
Type Name Description
System.String itemA

Properties

View Source

ItemA

NOTAM Item A Value

Declaration
public readonly string ItemA { get; }
Property Value
Type Description
System.String
  • View Source
In This Article
Back to top Copyright 2018-2024 CADology Limited