This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IA > IAngularMeasurement Interface > IAngularMeasurement.AngleUncertainty Property (ArcObjects .NET 10.5 SDK) |
The angular measurment uncertainty.
[Visual Basic .NET] Public Property AngleUncertainty As Double
[C#] public double AngleUncertainty {get; set;}
[C++]
HRESULT get_AngleUncertainty(
double* pAngleUncertainty
);
[C++]
HRESULT put_AngleUncertainty(
double pAngleUncertainty
);
[C++]
Parameters pAngleUncertainty [out, retval] pAngleUncertainty is a parameter of type double pAngleUncertainty [in] pAngleUncertainty is a parameter of type double