This document is archived and information here might be outdated. Recommended version. |
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*