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 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*