Description
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.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property PerigeeAltitude() As Double
|
[C#] |
---|
public double PerigeeAltitude {get; set;}
|
[Managed C++] |
---|
public: __property double get_PerigeeAltitude(); public: __property void set_PerigeeAltitude(
double
);
|
[Unmanaged C++] |
---|
public: HRESULT get_PerigeeAltitude(
double * pVal
);
public: HRESULT put_PerigeeAltitude(
double vPerigeeAltitude
);
|
[Java] |
---|
public double getPerigeeAltitude();
public void setPerigeeAltitude(
double
);
|
See Also