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

Gets the full extent of the map as defined in its data source.

Syntax

Visual Basic (Declaration) 
Public Function GetFullExtent() As Envelope
C# 
public Envelope GetFullExtent()

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