Provides access to members that control the properties of all horizontal datums.
Members
| Name | Description | |
|---|---|---|
|  | Abbreviation | The abbreviated name of this spatial reference component. | 
|  | Alias | The alias of this spatial reference component. | 
|  | FactoryCode | The factory code (WKID) of the spatial reference. | 
|  | Name | The name of this spatial reference component. | 
|  | Remarks | The comment string of this spatial reference component. | 
|  | Spheroid | The spheroid of this horizontal datum. | 
IDatum.Spheroid Property
The spheroid of this horizontal datum.
Public ReadOnly Property Spheroid As ISpheroid
public ISpheroid Spheroid {get;}
Description
Returns the spheroid upon which the datum is based.
Inherited Interfaces
| Interfaces | Description | 
|---|---|
| ISpatialReferenceInfo | Provides access to members that control the properties common to all components of a spatial reference system. | 
Classes that implement IDatum
| Classes | Description | 
|---|---|
| Datum | Creates a datum. |