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


IDatum.Spheroid Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > ID > IDatum Interface > IDatum.Spheroid Property
ArcGIS Developer Help

IDatum.Spheroid Property

The spheroid of this horizontal datum.

[Visual Basic .NET]
Public ReadOnly Property Spheroid As ISpheroid
[C#]
public ISpheroid Spheroid {get;}
[C++]
HRESULT get_Spheroid(
  ISpheroid** Spheroid
);
[C++]
Parameters
Spheroid [out, retval]

Spheroid is a parameter of type ISpheroid**

Product Availability

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

Description

Returns the spheroid upon which the datum is based.

See Also

IDatum Interface