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


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

IGeodataXformApproximation.Tolerance Property

The approximation error tolerance in distance in input space.

[Visual Basic .NET]
Public Property Tolerance As Double
[C#]
public double Tolerance {get; set;}
[C++]
HRESULT get_Tolerance(
  double pTolerance
);
[C++]
HRESULT put_Tolerance(
  System.Double* pTolerance
);
[C++]

Parameters pTolerance [in]
pTolerance is a parameter of type double pTolerance [out, retval]
pTolerance is a parameter of type double*

Product Availability

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

See Also

IGeodataXformApproximation Interface

.NET Related Topics

DataSourcesRaster | How to create an ApproximationXform