This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IF > IFrameXform Interface > IFrameXform.EarthRadius Property (ArcObjects .NET 10.5 SDK) |
The earth radius in meters.
[Visual Basic .NET] Public Property EarthRadius As Double
[C#] public double EarthRadius {get; set;}
[C++]
HRESULT get_EarthRadius(
double* Radius
);
[C++]
HRESULT put_EarthRadius(
double Radius
);
[C++]
Parameters Radius [out, retval] Radius is a parameter of type double Radius [in] Radius is a parameter of type double