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

extent
The area to remove.
Removes data for the given envelope and scale.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub RemoveData( _
   ByVal extent As Envelope _
) 
C# 
public void RemoveData( 
   Envelope extent
)

Parameters

extent
The area to remove.

Remarks

If the envelope is null, all data will be removed from the Mobilecache.

RemoveData doesn't affect schema stored in the Mobilecache, and it doesn't affect anything on server side.

Removing data from Mobilecache is different from adding/deleting/updating features and associated attributes. For more information, see mobile geodatabase editing.

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.