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 * pVal
);
public: HRESULT put_DecaySlope(
double val
);
|
| [Java] |
|---|
public double getDecaySlope();
public void setDecaySlope(
double
);
|
| [Python - STK API] |
|---|
@property
def DecaySlope(self) -> float:
@DecaySlope.setter
def DecaySlope(self, val:float) -> None:
|
See Also