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

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: FpAssistantCore.GeneralAviation
Assembly: FpAssistantCoreScl.dll
Syntax
public struct NotamItemA
Remarks

Should 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
string itemA
Remarks

Should be a valid 4-letter ICAO code preceded by 'A)' which will be removed but left if invalid

Exceptions
Type Condition
ArgumentNullException

Null passed in NotamItemA parameter

ArgumentException

Must start with 'A)'

ArgumentException

Expected length is 6 characters

Fields

View Source

ItemPrefix

NOTAM Item Prefix

Declaration
public const string ItemPrefix = "A)"
Field Value
Type Description
string

Properties

View Source

IsValid

Is the Item A valid

Declaration
public bool IsValid { get; }
Property Value
Type Description
bool

True if valid otherwise false

View Source

ItemA

NOTAM Item A Value

Declaration
public string ItemA { get; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Copyright 2018-2026 CADology Limited