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


IBuildFootprintsByShrinkingParameters.SnapEdgesTolerance Property (ArcObjects .NET 10.5 SDK)
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