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