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


IAngularMeasurement.AngleUncertainty Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IA > IAngularMeasurement Interface > IAngularMeasurement.AngleUncertainty Property
ArcGIS Developer Help

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