ArcGIS API for Silverlight - Library Reference
FeatureCollection Class
Members  See Also  Send comments on this topic
ESRI.ArcGIS.Client.WebMap Namespace : FeatureCollection Class

Instances of this class represent feature collections. A feature collection is a representation of one or more feature layers, where each layer contains the definition of that layer and the features that belong to that layer. In other words, the feaure layer contains all the information it needs to display map contents, and it does not rely on a backing map or feature service.

Object Model

FeatureCollection Class

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class FeatureCollection 
   Inherits WebMapObject
C# 
public sealed class FeatureCollection : WebMapObject 

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.Client.WebMap.WebMapObject
      ESRI.ArcGIS.Client.WebMap.FeatureCollection

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.