Description
Gets or sets the flag to use noise due to the
tropospheric scintillation.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
Public Property UseTropoScint() As Boolean
|
| [C#] |
public bool UseTropoScint {get; set;}
|
| [Managed C++] |
public: __property bool get_UseTropoScint();
public: __property void set_UseTropoScint(
bool
);
|
| [Unmanaged C++] |
public: HRESULT get_UseTropoScint(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseTropoScint(
VARIANT_BOOL NewUseTropoScint
);
|
| [Java] |
public bool getUseTropoScint();public void setUseTropoScint(
bool
);
|
See Also