STK ObjectsSend comments on this topic.
ComputeDeepFade Property (IAgTroposphericScintillationFadingLossModelP618_8)
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
);
[Python - STK API ]
@property
def ComputeDeepFade(self) -> bool:

@ComputeDeepFade.setter
def ComputeDeepFade(self, val:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.