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


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

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