ArcObjects Library Reference (DataSourcesRaster)  

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