Class

IcingLayer

USI.Weather

Public SDK type.

public sealed class IcingLayer : IEquatable<IcingLayer>

Constructors

IcingLayer

public IcingLayer(WeatherIcingIntensity Intensity, WeatherIcingType Type, Length? BaseAltitude, Length? TopAltitude)

Properties

BaseAltitude

public Length? BaseAltitude { get; set; }

Intensity

public WeatherIcingIntensity Intensity { get; set; }

TopAltitude

public Length? TopAltitude { get; set; }

Type

public WeatherIcingType Type { get; set; }

Methods

<Clone>$

public IcingLayer <Clone>$()

Deconstruct

public void Deconstruct(WeatherIcingIntensity Intensity, WeatherIcingType Type, Length? BaseAltitude, Length? TopAltitude)

Equals

public bool Equals(object obj)

Equals

public bool Equals(IcingLayer other)

GetHashCode

public int GetHashCode()

ToString

public string ToString()