Description
Measured from the center of the Earth. Specified as distance above or below the reference ellipsoid. Uses Distance Dimension.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property RadiusMagnitude() As Double
|
[C#] |
---|
public double RadiusMagnitude {get; set;}
|
[Managed C++] |
---|
public: __property double get_RadiusMagnitude(); public: __property void set_RadiusMagnitude(
double
);
|
[Unmanaged C++] |
---|
public: HRESULT get_RadiusMagnitude(
double * pVal
);
public: HRESULT put_RadiusMagnitude(
double newVal
);
|
[Java] |
---|
public double getRadiusMagnitude();
public void setRadiusMagnitude(
double
);
|
[Python - STK API] |
---|
@property
def RadiusMagnitude(self) -> float:
@RadiusMagnitude.setter
def RadiusMagnitude(self, newVal:float) -> None:
|
See Also