Show / Hide Table of Contents

Struct NotamItemF

NOTAM Item F) - Lower 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 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
string itemF

Text literal of Item F)

Remarks

Abbreviations GND or SFC shall be used to designate ground and surface respectively

Exceptions
Type Condition
ArgumentNullException

Null passed in NotamItemF parameter

ArgumentException

Must start with 'F)'

Fields

View Source

ItemPrefix

NOTAM Item Prefix

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

Properties

View Source

HeightReference

NOTAM reference to Height

Declaration
public NotamItemF.HeightReferences HeightReference { get; }
Property Value
Type Description
NotamItemF.HeightReferences
View Source

ItemF

NOTAM Item F Value

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

LowerLimit

NOTAM Item F Lower Limit

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

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

View Source

LowerLimitHeight

Lower Limit Height

Declaration
public LinearDistance LowerLimitHeight { 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