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 > IRasterLoader Interface > IRasterLoader.PixelAlignmentTolerance Property (ArcObjects .NET 10.5 SDK) |
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