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


IVerticalDatum Interface (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

IVerticalDatum Interface

Indicator interface for vertical datums.

Product Availability

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

Description

A vertical datum is part of a gravity-related vertical coordinate system. Use ISpatialReferenceFactory3::CreateVerticalDatum to create a predefined vertical datum. If you are defining a custom ellipsoid/spheroid-based vertical coordinate system, define a Datum object and then QI to IHVDatum.

Inherited Interfaces

Interfaces Description
ISpatialReferenceInfo Provides access to members that control the properties common to all components of a spatial reference system.

CoClasses that implement IVerticalDatum

CoClasses and Classes Description
VerticalDatum Creates a vertical datum.

.NET Related Topics

Creating a custom vertical coordinate system | Creating a predefined vertical coordinate system