Struct NotamItemG
NOTAM Item G) - Upper limit of activity of navigation warnings or airspace reservations
Inherited Members
Namespace: FpAssistantCore.GeneralAviation
Assembly: FpAssistantCoreScl.dll
Syntax
public struct NotamItemG
Remarks
Used with Airspace NOTAM's
Constructors
View SourceNotamItemG(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 SourceItemG
NOTAM Item G Value
Declaration
public string ItemG { get; }
Property Value
| Type | Description |
|---|---|
| string |
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