This document is archived and information here might be outdated. Recommended version. |
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
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.