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






Windows & Linux

Description

Gets or sets the decay factor.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DecayFactor() As Double

[C#]
public double DecayFactor {get; set;}

[Managed C++]
public: __property double get_DecayFactor();
public: __property void set_DecayFactor(
double
);

[Unmanaged C++]
public: HRESULT get_DecayFactor(
double * pRetVal
);
public: HRESULT put_DecayFactor(
double NewDecayFactor
);

[Java]
public double getDecayFactor();public void setDecayFactor(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface