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

Class that encapsulates properties about a FeatureLayer's behavior in the ArcGIS Mobile Application.

Object Model






Syntax

Visual Basic (Declaration) 
<XmlRootAttribute("FeatureLayer")>
Public Class FeatureLayerInfo 
   Inherits LayerInfo
C# 
[XmlRootAttribute("FeatureLayer")]
public class FeatureLayerInfo : LayerInfo 

Remarks

When you author a mobile project through Mobile Project Center, you configure each feature layer for viewing/editing/querying, the mobile service associated with it, whether it's visible, etc. This information is written to arcgis mobile project file (.amp), and loaded by mobile application when the project is opened. FeatureLayerInfo stores all these information for each feature layer, and you can retrieve all these properties when you need it.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.Mobile.Client.LayerInfo
      ESRI.ArcGIS.Mobile.Client.FeatureLayerInfo

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.