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 * pRetVal
);
public: HRESULT put_SemiMajorAxisRate(
double NewSemiMajorAxisRate
);
|
| [Java] |
public double getSemiMajorAxisRate();public void setSemiMajorAxisRate(
double
);
|
See Also