ArcObjects Library Reference (DataSourcesRaster)  

IRasterLoader.PixelAlignmentTolerance Property

The pixel alignment tolerance.

[Visual Basic .NET]
Public Property PixelAlignmentTolerance As Double
[C#]
public double PixelAlignmentTolerance {get; set;}
[C++]
HRESULT get_PixelAlignmentTolerance(
  double* Tolerance
);
[C++]
HRESULT put_PixelAlignmentTolerance(
  double Tolerance
);
[C++]

Parameters

Tolerance [out, retval]   Tolerance is a parameter of type double Tolerance [in]   Tolerance is a parameter of type double

Product Availability

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

See Also

IRasterLoader Interface