ESRI.ArcGIS.Mobile
RemoveData(Envelope,Generic IList) Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.FeatureCaching Namespace > MobileCache Class > RemoveData Method : RemoveData(Envelope,Generic IList) Method

extent
featureSources
For a list of feature source, removes all the data (features and raster) from the cache for the specified envelope and scale.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub RemoveData( _
   ByVal extent As Envelope, _
   ByVal featureSources As IList(Of FeatureSource) _
) 
C# 
public void RemoveData( 
   Envelope extent,
   IList<FeatureSource> featureSources
)

Parameters

extent
featureSources

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.