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


IRasterXformer.ApproximationTolerance Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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