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

The maximum extent for the Map in mobile service coordinate system units.

Syntax

Visual Basic (Declaration) 
<CompilerGeneratedAttribute()>
<DesignerSerializationVisibilityAttribute()>
<BrowsableAttribute(False)>
Public ReadOnly Property MaximumExtent As Envelope
C# 
[CompilerGeneratedAttribute()]
[DesignerSerializationVisibilityAttribute()]
[BrowsableAttribute(false)]
public Envelope MaximumExtent {get;}

Example

If a MobileService serves as a DataSource for a map component, the MaximumExtent is determined by the full extent as defined in the published map document on ArcGIS server by default. However, this property could be overwritten by manually being assigned a new extent. To do this, use Map.SetFullExtent 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