Class RunwayVisibility
Runway visual range
Inherited Members
Namespace: FpAssistantCore.Icao.Annex3.MetarTaf
Assembly: FpAssistantCoreScl.dll
Syntax
public class RunwayVisibility
Properties
View SourceMaximumMeters
Visual range may vary up to a maximum
Declaration
public int? MaximumMeters { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
MinimumMeters
Visual range may vary starting from a minimum
Declaration
public int? MinimumMeters { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Runway
Runway Identifier
Declaration
public string Runway { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Trend
Tendency: Up, Down or No change
Declaration
public char? Trend { get; set; }
Property Value
| Type | Description |
|---|---|
| char? |