ESRI.ArcGIS.Mobile
ReadOnlyFeatureSourceCollection Class
Members  See Also  Send Feedback
ESRI.ArcGIS.Mobile.FeatureCaching Namespace : ReadOnlyFeatureSourceCollection Class

Readonly collection of Feature Sources.

Object Model

Syntax

Visual Basic (Declaration) 
<DefaultMemberAttribute("Item")>
Public NotInheritable Class ReadOnlyFeatureSourceCollection 
C# 
[DefaultMemberAttribute("Item")]
public sealed class ReadOnlyFeatureSourceCollection 

Remarks

Collection contains all locally cached FeatureSources stored in MobileService, and provides information to inspect each layer in terms of default visibility, editable or not, editing type, editing version name, etc.

You can check the number of FeatureSources contained in the collection by using Count property. To check if a specific cache FeatureSource exists in the collection, use Contains method. To get the index for a specific cache FeatureSource in the collection, use IndexOf method.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.Mobile.FeatureCaching.ReadOnlyFeatureSourceCollection

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

© 2013 All Rights Reserved.