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


IGeodeticProjection.Datum Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IG > IGeodeticProjection Interface > IGeodeticProjection.Datum Property
ArcGIS Developer Help

IGeodeticProjection.Datum Property

Datum parameters.

[Visual Basic .NET]
Public Property Datum As IDatum
[C#]
public IDatum Datum {get; set;}
[C++]
HRESULT get_Datum(
  IDatum** pVal
);
[C++]
HRESULT put_Datum(
  IDatum* pVal
);
[C++]
Parameters
pVal [out, retval]

pVal is a parameter of type IDatum** pVal [in]
pVal is a parameter of type IDatum*

Product Availability

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

See Also

IGeodeticProjection Interface