ArcObjects Library Reference (GeoDatabase)  

IGeometryResultOptions.MaximumDeviation Property

The maximum deviation.

[Visual Basic .NET]
Public Property MaximumDeviation As Double
[C#]
public double MaximumDeviation {get; set;}
[C++]
HRESULT get_MaximumDeviation(
  double* maxDev
);
[C++]
HRESULT put_MaximumDeviation(
  double maxDev
);
[C++]

Parameters

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

Product Availability

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

Remarks

Default value for MaximumDeviation  is 0. Values for MaximumDeviation must be in the units of the map's spatial reference. For example, if the units of the spatial reference of the feature class being queried is in decimal degrees and the spatial reference units of the map is in meters, the values specified for MaximumDeviation must be in meters.

See Also

IGeometryResultOptions Interface