ESRI.ArcGIS.ADF.Web.DataSources.IMS
GetMapExtent Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.IMS Namespace > MapFunctionality Class : GetMapExtent Method




Gets the envelope of the Map control associated with this MapFunctionality.

Syntax

Visual Basic (Declaration) 
Public Function GetMapExtent() As Envelope
Visual Basic (Usage)Copy Code
Dim instance As MapFunctionality
Dim value As Envelope
 
value = instance.GetMapExtent()
C# 
public Envelope GetMapExtent()

Return Value

Envelope of the Map control.

Remarks

The Map control is the one referenced in the MapFunctionality's WebControl property.

See Also

© 2010 All Rights Reserved.