Show / Hide Table of Contents

Struct NotamItemG

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

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 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
string itemG

Text literal of Item G)

Exceptions
Type Condition
ArgumentNullException

Null passed in NotamItemG parameter

Properties

View Source

ItemG

NOTAM Item G Value

Declaration
public string ItemG { get; }
Property Value
Type Description
string
View Source

UpperLimit

NOTAM Item G Upper Limit

Declaration
public string UpperLimit { get; }
Property Value
Type Description
string
Remarks

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

  • View Source
In this article
Back to top Copyright 2018-2025 CADology Limited