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