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> RunwayVis { 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 VisibilityInfo 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 WindShearInfo WindShear { get; set; }
Property Value