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


IAngularMeasurement.AngleUncertainty Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IAngularMeasurement.AngleUncertainty Property

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

Product Availability

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

See Also

IAngularMeasurement Interface