Show / Hide Table of Contents

Class TafChangeGroup

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

Properties

View Source

Clouds

Declaration
public List<CloudLayer> Clouds { get; set; }
Property Value
Type Description
List<CloudLayer>
View Source

From

Declaration
public DateTime? From { get; set; }
Property Value
Type Description
DateTime?
View Source

ProbPercent

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

RunwayVis

Declaration
public List<RunwayVisibility> RunwayVis { get; set; }
Property Value
Type Description
List<RunwayVisibility>
View Source

To

Declaration
public DateTime? To { get; set; }
Property Value
Type Description
DateTime?
View Source

Type

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

Visibility

Declaration
public VisibilityInfo Visibility { get; set; }
Property Value
Type Description
VisibilityInfo
View Source

Weather

Declaration
public List<WeatherGroup> Weather { get; set; }
Property Value
Type Description
List<WeatherGroup>
View Source

Wind

Declaration
public WindInformation Wind { get; set; }
Property Value
Type Description
WindInformation
View Source

WindShear

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