This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IG > IGeodataXformApproximation Interface > IGeodataXformApproximation.RecalculateTolerance Property (ArcObjects .NET 10.4 SDK) |
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