ArcObjects Library Reference (DataSourcesRaster)  

IHeightMeasurement.HeightMeasurement Property

The height measurement.

[Visual Basic .NET]
Public Property HeightMeasurement As Double
[C#]
public double HeightMeasurement {get; set;}
[C++]
HRESULT get_HeightMeasurement(
  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