ArcObjects Library Reference (Geoprocessing)  

IGpSpRefObject.SemiMinorAxis Property

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

Product Availability

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

See Also

IGpSpRefObject Interface