ArcGIS API for WPF - Library Reference
ZoomToResolution(Double) Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > Map Class > ZoomToResolution Method : ZoomToResolution(Double) Method

resolution
The pixel resolution to zoom to.
Zooms the Map Control to a specific pixel resolution.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub ZoomToResolution( _
   ByVal resolution As Double _
) 
C# 
public void ZoomToResolution( 
   double resolution
)

Parameters

resolution
The pixel resolution to zoom to.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.