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

ArgumentException

Must start with 'G)'

Fields

View Source

ItemPrefix

NOTAM Item Prefix

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

Properties

View Source

HeightReference

NOTAM reference to Height

Declaration
public NotamItemG.HeightReferences HeightReference { get; }
Property Value
Type Description
NotamItemG.HeightReferences
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

UpperLimitHeight

Upper Limit Height

Declaration
public LinearDistance UpperLimitHeight { get; }
Property Value
Type Description
LinearDistance
Remarks

Set to -99999 if no value passed

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