This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IB > IBuildFootprintsByShrinkingParameters Interface > IBuildFootprintsByShrinkingParameters.SnapEdgesTolerance Property (ArcObjects .NET 10.4 SDK) |
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