Show / Hide Table of Contents

Class RunwayVisibility

Inheritance
object
RunwayVisibility
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: FpAssistantCore.Icao.Annex3.MetarTaf
Assembly: FpAssistantCoreScl.dll
Syntax
public class RunwayVisibility

Properties

View Source

MaxMeters

Declaration
public int? MaxMeters { get; set; }
Property Value
Type Description
int?
View Source

MinMeters

Declaration
public int? MinMeters { get; set; }
Property Value
Type Description
int?
View Source

Runway

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

Trend

Declaration
public char? Trend { get; set; }
Property Value
Type Description
char?
  • View Source
In this article
Back to top Copyright 2018-2026 CADology Limited