ArcObjects Library Reference (DataSourcesRaster)  

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(
  long pToleranceInPixels
);
[C++]

Parameters

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

Product Availability

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

See Also

IBuildFootprintsByShrinkingParameters Interface