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






Windows & Linux

Description

Gets or sets the option for computing deep fade.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ComputeDeepFade() As Boolean
[C#]
public bool ComputeDeepFade {get; set;}
[Managed C++]
public: __property bool get_ComputeDeepFade();
public: __property void set_ComputeDeepFade( bool );
[Unmanaged C++]
public: HRESULT get_ComputeDeepFade(
    VARIANT_BOOL * pVal
);
public: HRESULT put_ComputeDeepFade(
    VARIANT_BOOL val
);
[Java]
public bool getComputeDeepFade();
public void setComputeDeepFade(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.