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


IRasterLODInfos.GetResolution Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IRasterLODInfos.GetResolution Method

Gets X and Y resolution (cellsize) at a given level.

[Visual Basic .NET]
Public Sub GetResolution ( _
    ByVal level As Integer, _
    ByRef XResolution As Double, _
    ByRef YResolution As Double _
)
[C#]
public void GetResolution (
    int level,
    ref double XResolution,
    ref double YResolution
);
[C++]
HRESULT GetResolution(
  long level,
  double* XResolution,
  double* YResolution
);
[C++]

Parameters level [in] level is a parameter of type long XResolution [out] XResolution is a parameter of type double YResolution [out] YResolution is a parameter of type double

Product Availability

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

See Also

IRasterLODInfos Interface