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

Collection used by the Map control to hold the list of MapGraphicLayer.

Object Model

Syntax

Visual Basic (Declaration) 
<DefaultMemberAttribute("Item")>
Public NotInheritable Class MapGraphicLayerCollection 
   Inherits Collection(Of MapGraphicLayer)
C# 
[DefaultMemberAttribute("Item")]
public sealed class MapGraphicLayerCollection : Collection<MapGraphicLayer> 

Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<MapGraphicLayer>
      ESRI.ArcGIS.Mobile.MapGraphicLayerCollection

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