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

Class that wraps attributes of a FeatureDataRow. It also adds properties such as FeatureType and Swatch, which are not taken directly from the FeatureDataRow. This class is very useful for databinding.

Object Model




Syntax

Visual Basic (Declaration) 
Public Class Feature 
   Implements ILocation 
C# 
public class Feature : ILocation  

Remarks

Feature exposes properties that are not available from FeatureDataRow. You can now get its FeatureType, Swatch, its EditState, the FeatureSource it comes from and associated FeatureSourceInfo.

Feature(FeatureType) and Feature(FeatureType,Object[]) can be used to constructs a new Feature in a state of editing.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.Mobile.Client.Feature
      ESRI.ArcGIS.Mobile.Client.Tasks.ViewFieldCrew.CrewMemberFeature

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