This document is archived and information here might be outdated.  Recommended version.


IFrameXform.EarthRadius Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IF > IFrameXform Interface > IFrameXform.EarthRadius Property
ArcGIS Developer Help

IFrameXform.EarthRadius Property

The earth radius in meters.

[Visual Basic .NET]
Public Property EarthRadius As Double
[C#]
public double EarthRadius {get; set;}
[C++]
HRESULT get_EarthRadius(
  System.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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IFrameXform Interface