This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > ID > IDistanceMeasurement Interface > IDistanceMeasurement.AzimuthAngleUncertainty Property (ArcObjects .NET 10.5 SDK) |
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