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 * pRetVal ); public: HRESULT put_EnableTroposphericScintillationLossModel( VARIANT_BOOL NewEnableTroposphericScintillationLossModel );
|
[Java] |
---|
public bool getEnableTroposphericScintillationLossModel();public void setEnableTroposphericScintillationLossModel( bool );
|
See Also