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

MapGraphicLayer for storing and representing feature selections.

Object Model



Syntax

Visual Basic (Declaration) 
Public Class SelectionGraphicLayer 
   Inherits MapGraphicLayer
C# 
public class SelectionGraphicLayer : MapGraphicLayer 

Remarks

The SelectionGraphicLayer is used to provide feedbacks and visualize the features selected when using the SelectionMapAction.

Note that you can use designer to add a SelectionMapAction to your map component, but you also need to add a SelectionGraphicLayer to your map, and associated it with your SelectionMapAction.

See the SelectionMapAction class for more information, ie. how to add features to this layer.

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         ESRI.ArcGIS.Mobile.MapGraphicLayer
            ESRI.ArcGIS.Mobile.SelectionGraphicLayer

Requirements

Namespace: ESRI.ArcGIS.Mobile

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