Show / Hide Table of Contents

Class WindInformation

Wind Information

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

Properties

View Source

DirectionDegrees

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

GustKt

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

IsVariable

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

SpeedKt

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

VarFrom

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

VarTo

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