Description
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.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property ApoapsisAltitudeSize() As Double
|
[C#] |
---|
public double ApoapsisAltitudeSize {get; set;}
|
[Managed C++] |
---|
public: __property double get_ApoapsisAltitudeSize(); public: __property void set_ApoapsisAltitudeSize(
double
);
|
[Unmanaged C++] |
---|
public: HRESULT get_ApoapsisAltitudeSize(
double * pVal
);
public: HRESULT put_ApoapsisAltitudeSize(
double InVal
);
|
[Java] |
---|
public double getApoapsisAltitudeSize();
public void setApoapsisAltitudeSize(
double
);
|
[Python - STK API] |
---|
@property
def ApoapsisAltitudeSize(self) -> float:
@ApoapsisAltitudeSize.setter
def ApoapsisAltitudeSize(self, InVal:float) -> None:
|
See Also