ESRI.ArcGIS.Mobile
SetFullExtent Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile Namespace > Map Class : SetFullExtent Method

extent
Sets the full extent of the map.

Syntax

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

Parameters

extent

Remarks

Please note that by default the map's full extent is defined by the full extent of the map published on ArcGIS Server. However, on the client side you can override the map's full extent through SetFullExtent method, and the new full extent property will persist for the whole life cycle of your local map cache. Also note that when you synchronize your data with server, the client side full extent property will not be synchronized.

For differences between map extent, view extent, and rotated extent, refer to the GetViewExtent method.

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