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


IGpSpRefObject.DatumName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpSpRefObject Interface > IGpSpRefObject.DatumName Property
ArcGIS Developer Help

IGpSpRefObject.DatumName Property

The datum name.

[Visual Basic .NET]
Public Property DatumName As String
[C#]
public string DatumName {get; set;}
[C++]
HRESULT get_DatumName(
void
);
[C++]
HRESULT put_DatumName(
);

Product Availability

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

See Also

IGpSpRefObject Interface