Description
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.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property ApogeeAltitude() As Double
|
[C#] |
---|
public double ApogeeAltitude {get; set;}
|
[Managed C++] |
---|
public: __property double get_ApogeeAltitude(); public: __property void set_ApogeeAltitude(
double
);
|
[Unmanaged C++] |
---|
public: HRESULT get_ApogeeAltitude(
double * pVal
);
public: HRESULT put_ApogeeAltitude(
double vApogeeAltitude
);
|
[Java] |
---|
public double getApogeeAltitude();
public void setApogeeAltitude(
double
);
|
See Also