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


IDistanceMeasurement.ElevationAngleUncertainty Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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(
  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