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