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

Abstract class for map interaction.

Object Model


Syntax

Visual Basic (Declaration) 
<DesignerCategoryAttribute("code")>
<DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="ESRI.ArcGIS.Mobile.Designer.MapActionDesigner, ESRI.ArcGIS.Mobile.Designer, Culture=neutral")>
<DesignTimeVisibleAttribute()>
<ToolboxItemAttribute(ToolboxItemType=, ToolboxItemTypeName="")>
Public MustInherit Class MapAction 
   Inherits Component
C# 
[DesignerCategoryAttribute("code")]
[DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="ESRI.ArcGIS.Mobile.Designer.MapActionDesigner, ESRI.ArcGIS.Mobile.Designer, Culture=neutral")]
[DesignTimeVisibleAttribute()]
[ToolboxItemAttribute(ToolboxItemType=, ToolboxItemTypeName="")]
public abstract class MapAction : Component 

Remarks

This is an abstract base class and cannot be instantiated. To create individual map action, use classes derived from MapActions, such as PanMapAction, ZoomInMapAction, ZoomOutMapAction, ZoomInOutMapAction, and SelectionMapAction.

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         ESRI.ArcGIS.Mobile.MapActions.MapAction
            ESRI.ArcGIS.Mobile.MapActions.DragRectangleMapAction
            ESRI.ArcGIS.Mobile.MapActions.PanMapAction
            ESRI.ArcGIS.Mobile.MapActions.SelectionMapAction
            ESRI.ArcGIS.Mobile.MapActions.ZoomInMapAction
            ESRI.ArcGIS.Mobile.MapActions.ZoomInOutMapAction
            ESRI.ArcGIS.Mobile.MapActions.ZoomOutMapAction
            ESRI.ArcGIS.Mobile.Sketch.SketchTool

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