Description
The semi-major axis rate of change. Uses Rate Dimension.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property SemiMajorAxisRate() As Double
|
[C#] |
---|
public double SemiMajorAxisRate {get; set;}
|
[Managed C++] |
---|
public: __property double get_SemiMajorAxisRate(); public: __property void set_SemiMajorAxisRate(
double
);
|
[Unmanaged C++] |
---|
public: HRESULT get_SemiMajorAxisRate(
double * pVal
);
public: HRESULT put_SemiMajorAxisRate(
double newVal
);
|
[Java] |
---|
public double getSemiMajorAxisRate();
public void setSemiMajorAxisRate(
double
);
|
[Python - STK API] |
---|
@property
def SemiMajorAxisRate(self) -> float:
@SemiMajorAxisRate.setter
def SemiMajorAxisRate(self, newVal:float) -> None:
|
See Also