Gets or sets the semi-major axis rate of change. Uses Rate Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property SemiMajorAxisRate() As Double |
[C#] |
---|
public double SemiMajorAxisRate {get; set;} |
[Managed C++] |
---|
public: __property double get_SemiMajorAxisRate(); |
[Unmanaged C++] |
---|
public: HRESULT get_SemiMajorAxisRate( double * pVal ); public: HRESULT put_SemiMajorAxisRate( double newVal ); |
[Java] |
---|
public double getSemiMajorAxisRate(); public void setSemiMajorAxisRate( double ); |