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


IGeodataXformApproximation.RecalculateTolerance Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IG > IGeodataXformApproximation Interface > IGeodataXformApproximation.RecalculateTolerance Property
ArcGIS Developer Help

IGeodataXformApproximation.RecalculateTolerance Property

Indicates if the tolerance can be recalculated based on input cellsize.

[Visual Basic .NET]
Public Property RecalculateTolerance As Boolean
[C#]
public bool RecalculateTolerance {get; set;}
[C++]
HRESULT get_RecalculateTolerance(
  VARIANT_BOOL pRecalculateTolerance
);
[C++]
HRESULT put_RecalculateTolerance(
  Boolean* pRecalculateTolerance
);
[C++]
Parameters
pRecalculateTolerance [in]

pRecalculateTolerance is a parameter of type bool pRecalculateTolerance [out, retval]
pRecalculateTolerance is a parameter of type bool*

Product Availability

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

See Also

IGeodataXformApproximation Interface