Show / Hide Table of Contents

Struct NotamItemG

NOTAM Item G) - Upper limit of activity of navigation warnings or airspace reservations

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

Used with Airspace NOTAM's

Constructors

View Source

NotamItemG(String)

Decode a NOTAM Item G into member properties

Declaration
public NotamItemG(string itemG)
Parameters
Type Name Description
System.String itemG

Text literal of Item G)

Properties

View Source

ItemG

NOTAM Item G Value

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

UpperLimit

NOTAM Item G Upper Limit

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

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

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