This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPointMeasurement Interface > IPointMeasurement.HorizontalUnit Property (ArcObjects .NET 10.5 SDK) |
The unit of the horizontal axes for this IPointMeasurement.
[Visual Basic .NET] Public Property HorizontalUnit As String
[C#] public string HorizontalUnit {get; set;}
[C++]
HRESULT get_HorizontalUnit(
BSTR* pHorizontalUnit
);
[C++]
HRESULT put_HorizontalUnit(
BSTR pHorizontalUnit
);
[C++]
Parameters pHorizontalUnit [out, retval] pHorizontalUnit is a parameter of type BSTR pHorizontalUnit [in] pHorizontalUnit is a parameter of type BSTR