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






Windows & Linux

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 * pVal
);
public: HRESULT put_EnableTroposphericScintillationLoss(
    VARIANT_BOOL val
);
[Java]
public bool getEnableTroposphericScintillationLoss();
public void setEnableTroposphericScintillationLoss(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.