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






Windows & Linux

Description

Gets or sets the fade outage percent.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FadeOutage() As Double
[C#]
public double FadeOutage {get; set;}
[Managed C++]
public: __property double get_FadeOutage();
public: __property void set_FadeOutage( double );
[Unmanaged C++]
public: HRESULT get_FadeOutage(
    double * pVal
);
public: HRESULT put_FadeOutage(
    double val
);
[Java]
public double getFadeOutage();
public void setFadeOutage(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.