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


IHeightMeasurement.HeightUncertainty 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.HeightUncertainty Property
ArcGIS Developer Help

IHeightMeasurement.HeightUncertainty Property

The height measurement uncertainty.

[Visual Basic .NET]
Public Property HeightUncertainty As Double
[C#]
public double HeightUncertainty {get; set;}
[C++]
HRESULT get_HeightUncertainty(
  System.Double* pHeightUncertainty
);
[C++]
HRESULT put_HeightUncertainty(
  double pHeightUncertainty
);
[C++]
Parameters
pHeightUncertainty [out, retval]

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

Product Availability

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

See Also

IHeightMeasurement Interface