This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterXformer Interface > IRasterXformer.ApproximationTolerance Property (ArcObjects .NET 10.5 SDK) |
The current approximation error tolerance in number (fraction) of pixels.
[Visual Basic .NET] Public Property ApproximationTolerance As Double
[C#] public double ApproximationTolerance {get; set;}
[C++]
HRESULT get_ApproximationTolerance(
double* pNumPixels
);
[C++]
HRESULT put_ApproximationTolerance(
double pNumPixels
);
[C++]
Parameters pNumPixels [out, retval] pNumPixels is a parameter of type double pNumPixels [in] pNumPixels is a parameter of type double