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.VerticalUnit Property (ArcObjects .NET 10.5 SDK) |
The unit of the vertical axis for this IPointMeasurement.
[Visual Basic .NET] Public Property VerticalUnit As String
[C#] public string VerticalUnit {get; set;}
[C++]
HRESULT get_VerticalUnit(
BSTR* pVeritcalUnit
);
[C++]
HRESULT put_VerticalUnit(
BSTR pVeritcalUnit
);
[C++]
Parameters pVeritcalUnit [out, retval] pVeritcalUnit is a parameter of type BSTR pVeritcalUnit [in] pVeritcalUnit is a parameter of type BSTR