This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IB > IBuildFootprintsByShrinkingParameters Interface > IBuildFootprintsByShrinkingParameters.SnapEdgesToleranceInPixels Property (ArcObjects .NET 10.4 SDK) |
The minimum distance (in resampled pixels) below which points in the footprint geometry are snapped to the envelope of the raster.
[Visual Basic .NET] Public Property SnapEdgesToleranceInPixels As Integer
[C#] public int SnapEdgesToleranceInPixels {get; set;}
[C++]
HRESULT get_SnapEdgesToleranceInPixels(
long* pToleranceInPixels
);
[C++]
HRESULT put_SnapEdgesToleranceInPixels(
long pToleranceInPixels
);
[C++]
Parameters pToleranceInPixels [out, retval] pToleranceInPixels is a parameter of type long pToleranceInPixels [in] pToleranceInPixels is a parameter of type long