Gets the central body radius detic using the position/velocity provider's current latitude and longitude.
Read-only property
[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 * pLocalRadiusDetic ); |
[Java] |
---|
public double getLocalRadiusDetic(); |