This document is archived and information here might be outdated. Recommended version. |
Gets X and Y resolution (cellsize) at a given level.
[Visual Basic .NET] Public Sub GetResolution ( _ ByVal Level As Integer, _ ByRef pXResolution As Double, _ ByRef pYResolution As Double _ )
[C#] public void GetResolution ( int Level, ref double pXResolution, ref double pYResolution );
[C++]
HRESULT GetResolution(
long Level,
System.Double* pXResolution,
System.Double* pYResolution
);
[C++]
Parameters Level [in]
Level is a parameter of type long pXResolution [out]
pXResolution is a parameter of type double* pYResolution [out]
pYResolution is a parameter of type double*