This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > ID > IDatum Interface > IDatum.Spheroid Property (ArcObjects .NET 10.5 SDK) |
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
Returns the spheroid upon which the datum is based.