Measured from the center of the Earth to the points of maximum and minimum radius in the orbit. Uses Distance dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property ApoapsisRadiusSize() As Double |
[C#] |
---|
public double ApoapsisRadiusSize {get; set;} |
[Managed C++] |
---|
public: __property double get_ApoapsisRadiusSize(); |
[Unmanaged C++] |
---|
public: HRESULT get_ApoapsisRadiusSize( double * pVal ); public: HRESULT put_ApoapsisRadiusSize( double InVal ); |
[Java] |
---|
public double getApoapsisRadiusSize(); public void setApoapsisRadiusSize( double ); |