AGI STK Objects 11 Send comments on this topic.
EnableTroposphericScintillationLoss Property (IAgPropagationChannel)
See Also 





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1