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


IBuildFootprintsByShrinkingParameters.SnapEdgesToleranceInPixels Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IB > IBuildFootprintsByShrinkingParameters Interface > IBuildFootprintsByShrinkingParameters.SnapEdgesToleranceInPixels Property
ArcGIS Developer Help

IBuildFootprintsByShrinkingParameters.SnapEdgesToleranceInPixels Property

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(
  System.Int32* pToleranceInPixels
);
[C++]
Parameters
pToleranceInPixels [in]

pToleranceInPixels is a parameter of type long pToleranceInPixels [out, retval]
pToleranceInPixels is a parameter of type long*

Product Availability

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

See Also

IBuildFootprintsByShrinkingParameters Interface