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


IRasterLODInfos.Snap Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRasterLODInfos Interface > IRasterLODInfos.Snap Method
ArcGIS Developer Help

IRasterLODInfos.Snap Method

Snaps a given cellsize to a proper Level Of Details.

[Visual Basic .NET]
Public Function Snap ( _
    ByVal dx As Double, _
    ByVal dy As Double _
) As Integer
[C#]
public int Snap (
    double dx,
    double dy
);
[C++]
HRESULT Snap(
  double dx,
  double dy
);
[C++]
Parameters
dx [in]

dx is a parameter of type double dy [in]
dy is a parameter of type double

Product Availability

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

See Also

IRasterLODInfos Interface