Show / Hide Table of Contents

Struct NotamItemF

NOTAM Item F) - Lower limit of activity of navigation warnings or airspace reservations

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

Used with Airspace NOTAM's

Constructors

View Source

NotamItemF(String)

Decode a NOTAM Item F into member properties

Declaration
public NotamItemF(string itemF)
Parameters
Type Name Description
System.String itemF

Text literal of Item F)

Properties

View Source

ItemF

NOTAM Item F Value

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

LowerLimit

NOTAM Item F Lower Limit

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

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

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