This document is archived and information here might be outdated. Recommended version. |
The minimum distance (in resampled pixels) below which points in the footprint geometry are snapped to the envelope of the raster.
[Visual Basic .NET]
Public Property SnapEdgesToleranceInPixels As Integer
[C#]
public int SnapEdgesToleranceInPixels {get; set;}
[C++]
HRESULT get_SnapEdgesToleranceInPixels(
long pToleranceInPixels
);
[C++]
HRESULT put_SnapEdgesToleranceInPixels(
System.Int32* pToleranceInPixels
);
[C++] Parameters pToleranceInPixels [in]
pToleranceInPixels is a parameter of type long pToleranceInPixels [out, retval]
pToleranceInPixels is a parameter of type long*