ESRI.ArcGIS.Mobile
MapGraphicLayerCollection Class
Members  See Also  Send Feedback
ESRI.ArcGIS.Mobile.WinForms 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.WinForms.MapGraphicLayerCollection

Requirements

Target 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

See Also

© 2013 All Rights Reserved.