Gets or sets the option to use the tropospheric scintillation fading loss model.
Read-write property
[Visual Basic .NET] |
---|
Public Property EnableTroposphericScintillationFadingLoss() As Boolean |
[C#] |
---|
public bool EnableTroposphericScintillationFadingLoss {get; set;} |
[Managed C++] |
---|
public: __property bool get_EnableTroposphericScintillationFadingLoss(); |
[Unmanaged C++] |
---|
public: HRESULT get_EnableTroposphericScintillationFadingLoss( VARIANT_BOOL * pVal ); public: HRESULT put_EnableTroposphericScintillationFadingLoss( VARIANT_BOOL val ); |
[Java] |
---|
public bool getEnableTroposphericScintillationFadingLoss(); public void setEnableTroposphericScintillationFadingLoss( bool ); |