|  | This document is archived and information here might be outdated. Recommended version. | 
| ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IH > IHeightMeasurement Interface > IHeightMeasurement.AngularUnit Property (ArcObjects .NET 10.5 SDK) | 
The angular unit of this height measurment.
[Visual Basic .NET] Public Property AngularUnit As String
[C#] public string AngularUnit {get; set;}
[C++]
HRESULT get_AngularUnit(
  BSTR* pAngularUnit
);
[C++]
HRESULT put_AngularUnit(
  BSTR pAngularUnit
);
[C++]
Parameters pAngularUnit [out, retval] pAngularUnit is a parameter of type BSTR pAngularUnit [in] pAngularUnit is a parameter of type BSTR