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