Struct NotamItemE
NOTAM Item E) - Text Field
Inherited Members
Namespace: FpAssistantCore.GeneralAviation
Assembly: FpAssistantCoreScl.dll
Syntax
public struct NotamItemE
Remarks
Nature of the event which is the subject of the NOTAM, using simple abbreviations
Constructors
View SourceNotamItemE(string)
Decode a NOTAM Item E into member properties
Declaration
public NotamItemE(string itemE)
Parameters
| Type | Name | Description |
|---|---|---|
| string | itemE | Text literal of Item E) |
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException | Null passed in NotamItemE parameter |
Properties
View SourceItemE
NOTAM Item E Value
Declaration
public string ItemE { get; }
Property Value
| Type | Description |
|---|---|
| string |
TextField
NOTAM Item E Text Field
Declaration
public string TextField { get; }
Property Value
| Type | Description |
|---|---|
| string |
Remarks
Will return a empty string if E) is 2 or less characters