ArcObjects Library Reference (DataSourcesRaster)  

IPixelReader.Snap Method

Snaps a given cellsize to a proper pyramid level.

[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,
  long* pLevel
);
[C++]

Parameters

dx [in]   dx is a parameter of type double dy [in]   dy is a parameter of type double pLevel [out, retval]   pLevel is a parameter of type long

Product Availability

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

See Also

IPixelReader Interface