ESRI.ArcGIS.Mobile
RemoveRasterData Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.MobileServices Namespace > MobileService Class : RemoveRasterData Method

extent
minScale
maxScale
mobileServiceLayers
Removes the raster data for the list of raster layers, envelope, and scales.

Syntax

Visual Basic (Declaration) 
Public Sub RemoveRasterData( _
   ByVal extent As Envelope, _
   ByVal minScale As Double, _
   ByVal maxScale As Double, _
   ByVal ParamArray mobileServiceLayers() As MobileServiceLayer _
) 
C# 
public void RemoveRasterData( 
   Envelope extent,
   double minScale,
   double maxScale,
   params MobileServiceLayer[] mobileServiceLayers
)

Parameters

extent
minScale
maxScale
mobileServiceLayers

Remarks

This event will be raised once for each request, and differentiates itself from RequestsProcessingStarted. If a series of requests are being processed to retrieve new map data from server for current layers shown in a Map control, this event will be raised once for each layer.

Requirements

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