Description
Gets or sets the option to use the
tropospheric scintillation loss model.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property EnableTroposphericScintillationLoss() As Boolean
|
[C#] |
public bool EnableTroposphericScintillationLoss {get; set;}
|
[Managed C++] |
public: __property bool get_EnableTroposphericScintillationLoss();
public: __property void set_EnableTroposphericScintillationLoss(
bool
);
|
[Unmanaged C++] |
public: HRESULT get_EnableTroposphericScintillationLoss(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_EnableTroposphericScintillationLoss(
VARIANT_BOOL NewEnableTroposphericScintillationLoss
);
|
[Java] |
public bool getEnableTroposphericScintillationLoss();public void setEnableTroposphericScintillationLoss(
bool
);
|
See Also