WeatherAviationObstacle
USI.Weather
Public SDK type.
public sealed class WeatherAviationObstacle : IEquatable<WeatherAviationObstacle>Constructors
WeatherAviationObstacle
public WeatherAviationObstacle(string Name, string Type, WeatherLocation Location, Length? HeightAboveGround)Properties
HeightAboveGround
public Length? HeightAboveGround { get; set; }Location
public WeatherLocation Location { get; set; }Name
public string Name { get; set; }Type
public string Type { get; set; }Methods
<Clone>$
public WeatherAviationObstacle <Clone>$()Deconstruct
public void Deconstruct(string Name, string Type, WeatherLocation Location, Length? HeightAboveGround)Equals
public bool Equals(object obj)Equals
public bool Equals(WeatherAviationObstacle other)GetHashCode
public int GetHashCode()ToString
public string ToString()