ESRI.ArcGIS.Mobile
FullExtent Property
See Also  Send Feedback
ESRI.ArcGIS.Mobile.WPF Namespace > Map Class : FullExtent Property

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

Syntax

Visual Basic (Declaration) 
Public Property FullExtent As Envelope
C# 
public Envelope FullExtent {get; set;}

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

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.