This document is archived and information here might be outdated. Recommended version. |
Snaps to a LOD.
[Visual Basic .NET] Public Sub Snap ( _ ByVal Resolution As Double, _ ByVal hint As esriRasterResamplingHint, _ ByRef pResolution As Double, _ ByRef pLOD As Double _ )
[C#] public void Snap ( double Resolution, esriRasterResamplingHint hint, ref double pResolution, ref double pLOD );
[C++]
HRESULT Snap(
double Resolution,
esriRasterResamplingHint hint,
System.Double* pResolution,
System.Double* pLOD
);
[C++] Parameters Resolution [in]
Resolution is a parameter of type double hint [in]
hint is a parameter of type esriRasterResamplingHint pResolution [out]
pResolution is a parameter of type double* pLOD [out]
pLOD is a parameter of type double*