ArcGIS API for WPF - Library Reference
FeatureCollectionView Class
Members  See Also  Send comments on this topic
ESRI.ArcGIS.Client.Toolkit Namespace : FeatureCollectionView Class

Collection View for sorting and filtering Graphics.

Object Model

FeatureCollectionView Class

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class FeatureCollectionView 
   Inherits System.Windows.Data.CollectionView
C# 
public sealed class FeatureCollectionView : System.Windows.Data.CollectionView 

Remarks

FeatureCollectionview is a custom CollectionView class that extends a CollectionView to include sorting and filtering. FeatureCollectionView is specifically designed to work with a collection of Graphic. SortDescriptors can be added to sort the Graphics according to and Attribute in Ascending/Descending order. A filter can be applied to the FeatureCollection using a Predicate. see Predicate definition for more information on filter.

Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.Data.CollectionView
         ESRI.ArcGIS.Client.Toolkit.FeatureCollectionView

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.