Description
The eccentricity rate of change. Dimensionless.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property EccentricityRate() As Double
|
| [C#] |
|---|
public double EccentricityRate {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_EccentricityRate(); public: __property void set_EccentricityRate(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_EccentricityRate(
double * pVal
);
public: HRESULT put_EccentricityRate(
double newVal
);
|
| [Java] |
|---|
public double getEccentricityRate();
public void setEccentricityRate(
double
);
|
| [Python - STK API] |
|---|
@property
def EccentricityRate(self) -> float:
@EccentricityRate.setter
def EccentricityRate(self, newVal:float) -> None:
|
See Also