Gets or sets the flag to use noise due to the earth.
Read-write property
[Visual Basic .NET] |
---|
Public Property UseEarth() As Boolean |
[C#] |
---|
public bool UseEarth {get; set;} |
[Managed C++] |
---|
public: __property bool get_UseEarth(); |
[Unmanaged C++] |
---|
public: HRESULT get_UseEarth( VARIANT_BOOL * pVal ); public: HRESULT put_UseEarth( VARIANT_BOOL val ); |
[Java] |
---|
public bool getUseEarth(); public void setUseEarth( bool ); |