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 * pVal
);
public: HRESULT put_UseEarth(
VARIANT_BOOL val
);
|
| [Java] |
|---|
public bool getUseEarth();
public void setUseEarth(
bool
);
|
| [Python - STK API] |
|---|
@property
def UseEarth(self) -> bool:
@UseEarth.setter
def UseEarth(self, val:bool) -> None:
|
See Also