Description
Gets the central body radius detic using the
position/velocity provider's current latitude and longitude.
Property type
Read-only property
Syntax
| [Visual Basic .NET] |
Public Property LocalRadiusDetic() As Double
|
| [C#] |
public double LocalRadiusDetic {get;}
|
| [Managed C++] |
public: __property double get_LocalRadiusDetic();
|
| [Unmanaged C++] |
public: HRESULT get_LocalRadiusDetic(
double * pRetVal
);
|
| [Java] |
public double getLocalRadiusDetic();
|
Return Type
Returns the local central body radius in
meters.
See Also