This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRasterLODInfos Interface > IRasterLODInfos.GetResolution Method (ArcObjects .NET 10.5 SDK) |
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