ESRI.ArcGIS.Mobile.Client
BrowseLayer Class
Members  See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.Map Namespace : BrowseLayer Class

MapGraphicLayer that is used for browsing ILocations on a Map

Object Model


Syntax

Visual Basic (Declaration) 
Public MustInherit Class BrowseLayer 
   Inherits MapGraphicLayer
C# 
public abstract class BrowseLayer : MapGraphicLayer 

Remarks

BrowseLayer is an abstract class you can inherit to build a customized browse layer. You can associate a customized BrowseLayer with BrowseMapPage, and allow user to browse through each of the ILocations on a MapPage using rocker and arrow keys.
For more details, see FeatureBrowseLayer. The FeatureBrowseLayer can be used with a BrowseMapPage to browse features on the map.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.Mobile.WinForms.MapGraphicLayer
      ESRI.ArcGIS.Mobile.Client.Map.BrowseLayer
         Generic ESRI.ArcGIS.Mobile.Client.Map.FeatureBrowseLayer<T>

Requirements

Namespace: ESRI.ArcGIS.Mobile.Client.Map

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.Client (in ESRI.ArcGIS.Mobile.Client.dll)

See Also