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.SemiMinorAxis Property (ArcObjects .NET 10.5 SDK) |
The semi-minor axis length of this spheroid.
[Visual Basic .NET] Public Property SemiMinorAxis As Double
[C#] public double SemiMinorAxis {get; set;}
[C++]
HRESULT get_SemiMinorAxis(
double* axis
);
[C++]
HRESULT put_SemiMinorAxis(
double axis
);
[C++]
Parameters axis [out, retval] axis is a parameter of type double axis [in] axis is a parameter of type double