Gets the central body radius centric using the position/velocity provider's current latitude and longitude.
Read-only property
[Visual Basic .NET] |
---|
Public Property LocalRadiusCentric() As Double |
[C#] |
---|
public double LocalRadiusCentric {get;} |
[Managed C++] |
---|
public: __property double get_LocalRadiusCentric(); |
[Unmanaged C++] |
---|
public: HRESULT get_LocalRadiusCentric( double * pLocalRadiusCentric ); |
[Java] |
---|
public double getLocalRadiusCentric(); |