Show / Hide Table of Contents

Struct NotamItemE

NOTAM Item E) - Text Field

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

Nature of the event which is the subject of the NOTAM, using simple abbreviations

Constructors

View Source

NotamItemE(String)

Decode a NOTAM Item E into member properties

Declaration
public NotamItemE(string itemE)
Parameters
Type Name Description
System.String itemE

Text literal of Item E)

Properties

View Source

ItemE

NOTAM Item E Value

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

TextField

NOTAM Item E Text Field

Declaration
public readonly string TextField { get; }
Property Value
Type Description
System.String
Remarks

Will return a empty string if E) is 2 or less characters

  • View Source
In This Article
  • Constructors
    • NotamItemE(String)
  • Properties
    • ItemE
    • TextField
Back to top Copyright 2018-2024 CADology Limited