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





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 * pRetVal
);
public: HRESULT put_ComputeDeepFade(
VARIANT_BOOL NewComputeDeepFade
);

[Java]
public bool getComputeDeepFade();public void setComputeDeepFade(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1