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


ILSRXform.EquatorialRadius Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IL > ILSRXform Interface > ILSRXform.EquatorialRadius Property
ArcGIS Developer Help

ILSRXform.EquatorialRadius Property

The earth Equatorial radius.

[Visual Basic .NET]
Public Property EquatorialRadius As Double
[C#]
public double EquatorialRadius {get; set;}
[C++]
HRESULT get_EquatorialRadius(
  System.Double* pRadius
);
[C++]
HRESULT put_EquatorialRadius(
  double pRadius
);
[C++]
Parameters
pRadius [out, retval]

pRadius is a parameter of type double* pRadius [in]
pRadius is a parameter of type double

Product Availability

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

See Also

ILSRXform Interface