Measured from the 'surface' of the Earth to the point of maximum radius in the orbit. For this value, 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 ApogeeAltitude() As Double |
[C#] |
---|
public double ApogeeAltitude {get; set;} |
[Managed C++] |
---|
public: __property double get_ApogeeAltitude(); |
[Unmanaged C++] |
---|
public: HRESULT get_ApogeeAltitude( double * pVal ); public: HRESULT put_ApogeeAltitude( double vApogeeAltitude ); |
[Java] |
---|
public double getApogeeAltitude(); public void setApogeeAltitude( double ); |