Description
Gets or set the option for computing tropospheric scintillation propagation loss.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property EnableTroposphericScintillationLossModel() As Boolean
|
| [C#] |
|---|
public bool EnableTroposphericScintillationLossModel {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_EnableTroposphericScintillationLossModel(); public: __property void set_EnableTroposphericScintillationLossModel(
bool
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_EnableTroposphericScintillationLossModel(
VARIANT_BOOL * pVal
);
public: HRESULT put_EnableTroposphericScintillationLossModel(
VARIANT_BOOL val
);
|
| [Java] |
|---|
public bool getEnableTroposphericScintillationLossModel();
public void setEnableTroposphericScintillationLossModel(
bool
);
|
See Also