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


IGpSpRefObject.SemiMajorAxis Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGpSpRefObject.SemiMajorAxis Property

The semi-major axis length of this spheroid.

[Visual Basic .NET]
Public Property SemiMajorAxis As Double
[C#]
public double SemiMajorAxis {get; set;}
[C++]
HRESULT get_SemiMajorAxis(
  double* axis
);
[C++]
HRESULT put_SemiMajorAxis(
  double axis
);
[C++]

Parameters axis [out, retval] axis is a parameter of type double axis [in] axis is a parameter of type double

Product Availability

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

See Also

IGpSpRefObject Interface