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(
  VARIANT_BOOL pRecalculateTolerance
);
[C++]

Parameters

pRecalculateTolerance [out, retval]   pRecalculateTolerance is a parameter of type VARIANT_BOOL pRecalculateTolerance [in]   pRecalculateTolerance is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGeodataXformApproximation Interface