Measured from the 'surface' of the Earth to the point of minimum 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 PerigeeAltitude() As Double |
[C#] |
---|
public double PerigeeAltitude {get; set;} |
[Managed C++] |
---|
public: __property double get_PerigeeAltitude(); |
[Unmanaged C++] |
---|
public: HRESULT get_PerigeeAltitude( double * pVal ); public: HRESULT put_PerigeeAltitude( double vPerigeeAltitude ); |
[Java] |
---|
public double getPerigeeAltitude(); public void setPerigeeAltitude( double ); |