Description
Gets or sets the flag to use noise due to the sun.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property UseSun() As Boolean
|
[C#] |
---|
public bool UseSun {get; set;}
|
[Managed C++] |
---|
public: __property bool get_UseSun(); public: __property void set_UseSun(
bool
);
|
[Unmanaged C++] |
---|
public: HRESULT get_UseSun(
VARIANT_BOOL * pVal
);
public: HRESULT put_UseSun(
VARIANT_BOOL val
);
|
[Java] |
---|
public bool getUseSun();
public void setUseSun(
bool
);
|
[Python - STK API] |
---|
@property
def UseSun(self) -> bool:
@UseSun.setter
def UseSun(self, val:bool) -> None:
|
See Also