Description
Gets the central body radius centric using the position/velocity provider's current latitude and longitude.
Property type
Read-only property
Syntax
| [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 * pRetVal );
|
| [Java] |
|---|
public double getLocalRadiusCentric();
|
Return Type
Returns the local central body radius in meters.
See Also