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


IDistanceMeasurement.ElevationAngleUncertainty Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > ID > IDistanceMeasurement Interface > IDistanceMeasurement.ElevationAngleUncertainty Property
ArcGIS Developer Help

IDistanceMeasurement.ElevationAngleUncertainty Property

The uncertainty of the elevation angle measurement.

[Visual Basic .NET]
Public Property ElevationAngleUncertainty As Double
[C#]
public double ElevationAngleUncertainty {get; set;}
[C++]
HRESULT get_ElevationAngleUncertainty(
  System.Double* pElevAngleUncertainty
);
[C++]
HRESULT put_ElevationAngleUncertainty(
  double pElevAngleUncertainty
);
[C++]
Parameters
pElevAngleUncertainty [out, retval]

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

Product Availability

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

See Also

IDistanceMeasurement Interface