Show / Hide Table of Contents

Class CloudLayer

Cloud Layer Information

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

Properties

View Source

Amount

Cover in oktas (1/8 parts):

Declaration
public string Amount { get; set; }
Property Value
Type Description
string
Remarks

Value as in message

View Source

CloudCoverageType

Type of cloud coverage

Declaration
public CloudCoverageTypes CloudCoverageType { get; }
Property Value
Type Description
CloudCoverageTypes
Remarks

Value as in message

View Source

Height

Declaration
public LinearDistance? Height { get; }
Property Value
Type Description
LinearDistance?
View Source

HeightHundredsFt

Height of clouds defined in 100s of feet

Declaration
public int? HeightHundredsFt { get; set; }
Property Value
Type Description
int?
Remarks

Value as in message

View Source

Type

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