T
ESRI.ArcGIS.Mobile.Client
Generic FeatureBrowseLayer Class
Members  See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.Map Namespace : Generic FeatureBrowseLayer Class

MapGraphicLayer that allows browsing of Features.

Object Model


Syntax

Visual Basic (Declaration) 
Public Class FeatureBrowseLayer(Of T As Feature) 
   Inherits BrowseLayer
C# 
public class FeatureBrowseLayer<T> : BrowseLayer where T: Feature

Type Parameters

T

Remarks

FeatureBrowseLayer is a customized BrowseLayer that allows user to browse a list of Feature on a MapPage using rocker or arrow keys on device. It can be used on a BrowseMapPage with BrowseMapAction.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.Mobile.WinForms.MapGraphicLayer
      ESRI.ArcGIS.Mobile.Client.Map.BrowseLayer
         ESRI.ArcGIS.Mobile.Client.Map.FeatureBrowseLayer

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