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

Graphics layer displaying features from a REST service

Object Model

FeatureLayer Class

Syntax

Visual Basic (Declaration) 
Public Class FeatureLayer 
   Inherits GraphicsLayer
   Implements IAttributionILegendSupport 
C# 
public class FeatureLayer : GraphicsLayer, IAttributionILegendSupport  

Remarks

The feature layer can be used to display features in one layer of a Feature Service or a Map Service. If the underlying layer is from a Feature Service, it can be used to edit features and apply those edits back to the server.

Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         ESRI.ArcGIS.Client.Layer
            ESRI.ArcGIS.Client.GraphicsLayer
               ESRI.ArcGIS.Client.FeatureLayer

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.