This document is archived and information here might be outdated. Recommended version. |
The linear unit of a 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.