Description
Gets or sets the cloud layer thickness.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property CloudLayerThickness() As Double
|
| [C#] |
|---|
public double CloudLayerThickness {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_CloudLayerThickness(); public: __property void set_CloudLayerThickness( double );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_CloudLayerThickness( double * pRetVal ); public: HRESULT put_CloudLayerThickness( double NewCloudLayerThickness );
|
| [Java] |
|---|
public double getCloudLayerThickness();public void setCloudLayerThickness( double );
|
See Also