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

Zooms the map In and Out.

Object Model


Syntax

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

Example

C#Copy Code
    // set current map action to zoomInOut. 
    map1.CurrentMapAction = new ZoomInOutMapAction(); 
    

Remarks

When a map's current map action is set to ZoomInOutMapAction, the map can be zoomed in by moving mouse upward while left mouse key is pressed down, and zoomed out while mouse moving downward.

Inheritance Hierarchy

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

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