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


IHeightMeasurement.HeightMeasurement Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IH > IHeightMeasurement Interface > IHeightMeasurement.HeightMeasurement Property
ArcGIS Developer Help

IHeightMeasurement.HeightMeasurement Property

The height measurement.

[Visual Basic .NET]
Public Property HeightMeasurement As Double
[C#]
public double HeightMeasurement {get; set;}
[C++]
HRESULT get_HeightMeasurement(
  System.Double* pHeightMeasurement
);
[C++]
HRESULT put_HeightMeasurement(
  double pHeightMeasurement
);
[C++]
Parameters
pHeightMeasurement [out, retval]

pHeightMeasurement is a parameter of type double* pHeightMeasurement [in]
pHeightMeasurement is a parameter of type double

Product Availability

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

See Also

IHeightMeasurement Interface