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


IGeodataXformApproximation.RecalculateTolerance Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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