This document is archived and information here might be outdated.  Recommended version.


IMosaicLODInfos.Snap Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicLODInfos Interface > IMosaicLODInfos.Snap Method
ArcGIS Developer Help

IMosaicLODInfos.Snap Method

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMosaicLODInfos Interface