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


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

IVerticalCoordinateSystemGEN.CoordinateUnit Property

The linear unit of measure for the vertical coordinate system.

[Visual Basic .NET]
Public Property CoordinateUnit As ILinearUnit
[C#]
public ILinearUnit CoordinateUnit {get; set;}
[C++]
HRESULT get_CoordinateUnit(
  ILinearUnit** Unit
);
[C++]
HRESULT put_CoordinateUnit(
  ILinearUnit* Unit
);
[C++]
Parameters
Unit [out, retval]

Unit is a parameter of type ILinearUnit** Unit
Unit is a parameter of type ILinearUnit*

Product Availability

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

Description

The unit of measure of the vertical coordinate system. The unit is always be a linear unit such as meters.

See Also

IVerticalCoordinateSystemGEN Interface