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


IDistanceMeasurement.AzimuthAngleUncertainty Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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