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


ISpheroid.SemiMinorAxis Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISpheroid Interface > ISpheroid.SemiMinorAxis Property
ArcGIS Developer Help

ISpheroid.SemiMinorAxis Property

The semi-minor axis length of this spheroid.

[Visual Basic .NET]
Public ReadOnly Property SemiMinorAxis As Double
[C#]
public double SemiMinorAxis {get;}
[C++]
HRESULT get_SemiMinorAxis(
  System.Double* axis
);
[C++]
Parameters
axis [out, retval]

axis is a parameter of type double*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
[C#]     private void PrintSpheroid(ISpheroid spheroid)
    {
        System.Windows.Forms.MessageBox.Show(spheroid.SemiMinorAxis.ToString());
    }

See Also

ISpheroid Interface