Description
Gets or sets the flag to use noise due to the
clouds and fog.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
Public Property UseCloudsFog() As Boolean
|
| [C#] |
public bool UseCloudsFog {get; set;}
|
| [Managed C++] |
public: __property bool get_UseCloudsFog();
public: __property void set_UseCloudsFog(
bool
);
|
| [Unmanaged C++] |
public: HRESULT get_UseCloudsFog(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseCloudsFog(
VARIANT_BOOL NewUseCloudsFog
);
|
| [Java] |
public bool getUseCloudsFog();public void setUseCloudsFog(
bool
);
|
See Also