|  | This document is archived and information here might be outdated. Recommended version. | 
| ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicLODInfos Interface > IMosaicLODInfos.Snap Method (ArcObjects .NET 10.5 SDK) | 
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,
  double* pResolution,
  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