ESRI.ArcGIS.ADF.Web.DataSources.IMS
setFullExtent Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.IMS Namespace > MapInformation Class : setFullExtent Method




fullExtent
The extent of all layers in the map.
Sets the full extent of the map.

Syntax

Visual Basic (Declaration) 
Protected Sub setFullExtent( _
   ByVal fullExtent As Envelope _
) 
Visual Basic (Usage)Copy Code
Dim instance As MapInformation
Dim fullExtent As Envelope
 
instance.setFullExtent(fullExtent)
C# 
protected void setFullExtent( 
   Envelope fullExtent
)

Parameters

fullExtent
The extent of all layers in the map.

See Also

© 2010 All Rights Reserved.