ESRI.ArcGIS.Mobile
ZoomOutMapAction Class
Members  Example  See Also  Send Feedback
ESRI.ArcGIS.Mobile.MapActions Namespace : ZoomOutMapAction Class

Zooms Out the Map.

Object Model


Syntax

Visual Basic (Declaration) 
Public Class ZoomOutMapAction 
   Inherits MapAction
C# 
public class ZoomOutMapAction : MapAction 

Example

C#Copy Code
    // set current map action to zoom out. 
    map1.CurrentMapAction = new ZoomOutMapAction(); 
    

Remarks

When map's CurrentMapAction is set to ZoomOutMapAction, the map can be zoomed out by drawing a rectangle on the map.

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         ESRI.ArcGIS.Mobile.MapActions.MapAction
            ESRI.ArcGIS.Mobile.MapActions.ZoomOutMapAction

Requirements

Namespace: ESRI.ArcGIS.Mobile.MapActions

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

Assembly: ESRI.ArcGIS.Mobile (in ESRI.ArcGIS.Mobile.dll)

See Also