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


IDistanceMeasurement.AzimuthAngleUncertainty 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.AzimuthAngleUncertainty Property
ArcGIS Developer Help

IDistanceMeasurement.AzimuthAngleUncertainty Property

The uncertainty of the azimuth angle measurement.

[Visual Basic .NET]
Public Property AzimuthAngleUncertainty As Double
[C#]
public double AzimuthAngleUncertainty {get; set;}
[C++]
HRESULT get_AzimuthAngleUncertainty(
  System.Double* pAzAngleUncertainty
);
[C++]
HRESULT put_AzimuthAngleUncertainty(
  double pAzAngleUncertainty
);
[C++]
Parameters
pAzAngleUncertainty [out, retval]

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

Product Availability

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

See Also

IDistanceMeasurement Interface