This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IV > IVerticalCoordinateSystem Interface > IVerticalCoordinateSystem.Datum Property (ArcObjects .NET 10.4 SDK) |
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
Retrieves the vertical or horizontal datum of the vertical coordinate system as IHVDatum.