ArcObjects Library Reference (DataSourcesRaster)  

IBuildFootprintsByShrinkingParameters.SnapEdgesTolerance Property

The minimum distance below which points in the footprint geometry are snapped to the envelope of the raster.

[Visual Basic .NET]
Public Property SnapEdgesTolerance As Double
[C#]
public double SnapEdgesTolerance {get; set;}
[C++]
HRESULT get_SnapEdgesTolerance(
  double* pTolerance
);
[C++]
HRESULT put_SnapEdgesTolerance(
  double pTolerance
);
[C++]

Parameters

pTolerance [out, retval]   pTolerance is a parameter of type double pTolerance [in]   pTolerance is a parameter of type double

Product Availability

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

See Also

IBuildFootprintsByShrinkingParameters Interface