ArcObjects Library Reference (DataSourcesRaster)  

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(
  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