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


IMosaicLODInfos.Snap Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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,
  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

Product Availability

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

See Also

IMosaicLODInfos Interface