Class RunwayVisibility
Inherited Members
Namespace: FpAssistantCore.Icao.Annex3.MetarTaf
Assembly: FpAssistantCoreScl.dll
Syntax
public class RunwayVisibility
Properties
View SourceMaxMeters
Declaration
public int? MaxMeters { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
MinMeters
Declaration
public int? MinMeters { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Runway
Declaration
public string Runway { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Trend
Declaration
public char? Trend { get; set; }
Property Value
| Type | Description |
|---|---|
| char? |