Show / Hide Table of Contents

Class VisibilityInfo

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

Properties

View Source

DistanceMeters

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

IsCavok

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

Raw

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