This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IV > IVerticalCoordinateSystemGEN Interface > IVerticalCoordinateSystemGEN.CoordinateUnit Property (ArcObjects .NET 10.5 SDK) |
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
The unit of measure of the vertical coordinate system. The unit is always be a linear unit such as meters.