Get the eccentricity at epoch to be used for constructing the orbit of the secondary body.
Read-only property
[Visual Basic .NET] |
---|
Public Property Eccentricity() As Double |
[C#] |
---|
public double Eccentricity {get;} |
[Managed C++] |
---|
public: __property double get_Eccentricity(); |
[Unmanaged C++] |
---|
public: HRESULT get_Eccentricity( double * pVal ); |
[Java] |
---|
public double getEccentricity(); |