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


IGeometryResultOptions.MaximumDeviation Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGeometryResultOptions Interface > IGeometryResultOptions.MaximumDeviation Property
ArcGIS Developer Help

IGeometryResultOptions.MaximumDeviation Property

The maximum deviation.

[Visual Basic .NET]
Public Property MaximumDeviation As Double
[C#]
public double MaximumDeviation {get; set;}
[C++]
HRESULT get_MaximumDeviation(
  System.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