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

Collection of FeatureLayerInfo objects.

Object Model

Syntax

Visual Basic (Declaration) 
<XmlRootAttribute("Layers")>
<DefaultMemberAttribute("Item")>
Public Class LayerInfoCollection 
   Inherits BindingList(Of LayerInfo)
C# 
[XmlRootAttribute("Layers")]
[DefaultMemberAttribute("Item")]
public class LayerInfoCollection : BindingList<LayerInfo> 

Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<LayerInfo>
      System.ComponentModel.BindingList<LayerInfo>
         ESRI.ArcGIS.Mobile.Client.LayerInfoCollection

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

© 2010 All Rights Reserved.