Description
Gets or sets the use rain height as cloud layer thickness.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property UseRainHeightAsCloudLayerThickness() As Boolean
|
[C#] |
---|
public bool UseRainHeightAsCloudLayerThickness {get; set;}
|
[Managed C++] |
---|
public: __property bool get_UseRainHeightAsCloudLayerThickness(); public: __property void set_UseRainHeightAsCloudLayerThickness(
bool
);
|
[Unmanaged C++] |
---|
public: HRESULT get_UseRainHeightAsCloudLayerThickness(
VARIANT_BOOL * pVal
);
public: HRESULT put_UseRainHeightAsCloudLayerThickness(
VARIANT_BOOL val
);
|
[Java] |
---|
public bool getUseRainHeightAsCloudLayerThickness();
public void setUseRainHeightAsCloudLayerThickness(
bool
);
|
[Python - STK API] |
---|
@property
def UseRainHeightAsCloudLayerThickness(self) -> bool:
@UseRainHeightAsCloudLayerThickness.setter
def UseRainHeightAsCloudLayerThickness(self, val:bool) -> None:
|
See Also