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


IRasterLODInfos.GetResolution 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.GetResolution Method
ArcGIS Developer Help

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,
  System.Double* XResolution,
  System.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