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