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


IPointMeasurement.VerticalUnit Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPointMeasurement Interface > IPointMeasurement.VerticalUnit Property
ArcGIS Developer Help

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(
  System.String* 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