Show / Hide Table of Contents

Class VisibilityInformation

Prevailing visibility information

Inheritance
object
VisibilityInformation
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 VisibilityInformation

Properties

View Source

Distance

Visibility distance

Declaration
public LinearDistance? Distance { get; }
Property Value
Type Description
LinearDistance?
Remarks

Set to null if distance not defined in message

View Source

DistanceMeters

Distance if able to obtain from message

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

IsCavok

Distance if able to obtain from message

Declaration
public bool IsCavok { get; set; }
Property Value
Type Description
bool
Remarks

CAVOK = Clouds And Visibility OK / Not used in USA

View Source

Raw

Raw value from message

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