Class TafChangeGroup
Inheritance
TafChangeGroup
Assembly: FpAssistantCoreScl.dll
public class TafChangeGroup
Properties
View Source
Declaration
public List<CloudLayer> Clouds { get; set; }
Property Value
View Source
Declaration
public DateTime? From { get; set; }
Property Value
View Source
Declaration
public int? ProbPercent { get; set; }
Property Value
View Source
Declaration
public List<RunwayVisibility> RunwayVisibility { get; set; }
Property Value
View Source
Declaration
public DateTime? To { get; set; }
Property Value
View Source
Declaration
public ChangeGroupType Type { get; set; }
Property Value
View Source
Declaration
public VisibilityInformation Visibility { get; set; }
Property Value
View Source
Declaration
public List<WeatherGroup> Weather { get; set; }
Property Value
View Source
Declaration
public WindInformation Wind { get; set; }
Property Value
View Source
Declaration
public WindShearInformation WindShear { get; set; }
Property Value