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


IVerticalCoordinateSystem.Datum Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IV > IVerticalCoordinateSystem Interface > IVerticalCoordinateSystem.Datum Property
ArcGIS Developer Help

IVerticalCoordinateSystem.Datum Property

The datum of a vertical coordinate system.

[Visual Basic .NET]
Public ReadOnly Property Datum As IHVDatum
[C#]
public IHVDatum Datum {get;}
[C++]
HRESULT get_Datum(
  IHVDatum** hvDatum
);
[C++]
Parameters
hvDatum [out, retval]

hvDatum is a parameter of type IHVDatum**

Product Availability

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

Description

Retrieves the vertical or horizontal datum of the vertical coordinate system as IHVDatum.

See Also

IVerticalCoordinateSystem Interface