ArcObjects Library Reference (DataSourcesRaster)  

IPolygonMeasurement.AreaUncertainty Property

The area measurement uncertainty.

[Visual Basic .NET]
Public Property AreaUncertainty As Double
[C#]
public double AreaUncertainty {get; set;}
[C++]
HRESULT get_AreaUncertainty(
  double* AreaUncertainty
);
[C++]
HRESULT put_AreaUncertainty(
  double AreaUncertainty
);
[C++]

Parameters

AreaUncertainty [out, retval]   AreaUncertainty is a parameter of type double AreaUncertainty [in]   AreaUncertainty is a parameter of type double

Product Availability

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

See Also

IPolygonMeasurement Interface