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


IRasterXformer.ApproximationTolerance Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterXformer Interface > IRasterXformer.ApproximationTolerance Property
ArcGIS Developer Help

IRasterXformer.ApproximationTolerance Property

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(
  System.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

Product Availability

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

See Also

IRasterXformer Interface