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






Windows & Linux

Description

Gets or sets the decay slope.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DecaySlope() As Double
[C#]
public double DecaySlope {get; set;}
[Managed C++]
public: __property double get_DecaySlope();
public: __property void set_DecaySlope(
   double
);
[Unmanaged C++]
public: HRESULT get_DecaySlope(
   double * pRetVal
);
public: HRESULT put_DecaySlope(
   double NewDecaySlope
);
[Java]
public double getDecaySlope();
public void setDecaySlope(
   double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.