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

Zooms the map in.

Object Model


Syntax

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

Example

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

Remarks

When map's CurrentMapAction is set to ZoomInMapAction, the map can be zoomed in 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.ZoomInMapAction

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