This document is archived and information here might be outdated.  Recommended version.


IPointMeasurement.VerticalUnit Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IPointMeasurement.VerticalUnit Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IPointMeasurement Interface