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


IBuildFootprintsByShrinkingParameters.SnapEdgesTolerance 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.SnapEdgesTolerance Property
ArcGIS Developer Help

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

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

Product Availability

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

See Also

IBuildFootprintsByShrinkingParameters Interface