ArcObjects Library Reference (Geometry)  

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