Measured from the \"surface\" of the Earth to the points of maximum and minimum radius in the orbit. For these values, the surface of the Earth is modeled as a sphere whose radius equals the equatorial radius of the Earth. Uses Distance dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property PeriapsisAltitudeSize() As Double |
[C#] |
---|
public double PeriapsisAltitudeSize {get; set;} |
[Managed C++] |
---|
public: __property double get_PeriapsisAltitudeSize(); |
[Unmanaged C++] |
---|
public: HRESULT get_PeriapsisAltitudeSize( double * pVal ); public: HRESULT put_PeriapsisAltitudeSize( double InVal ); |
[Java] |
---|
public double getPeriapsisAltitudeSize(); public void setPeriapsisAltitudeSize( double ); |