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


IFrameXform.EarthRadius Property (ArcObjects .NET 10.4 SDK)
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