This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpSpRefObject Interface > IGpSpRefObject.SemiMajorAxis Property (ArcObjects .NET 10.5 SDK) |
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