Gets or sets the flag to use noise due to the atmosphere.
Read-write property
[Visual Basic .NET] |
---|
Public Property UseAtmosphere() As Boolean |
[C#] |
---|
public bool UseAtmosphere {get; set;} |
[Managed C++] |
---|
public: __property bool get_UseAtmosphere(); |
[Unmanaged C++] |
---|
public: HRESULT get_UseAtmosphere( VARIANT_BOOL * pVal ); public: HRESULT put_UseAtmosphere( VARIANT_BOOL val ); |
[Java] |
---|
public bool getUseAtmosphere(); public void setUseAtmosphere( bool ); |