ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer
MapDescription Property
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > MapFunctionality Class : MapDescription Property




The map description for this resource.

Syntax

Visual Basic (Declaration) 
Public Property MapDescription As MapDescription
Visual Basic (Usage)Copy Code
Dim instance As MapFunctionality
Dim value As MapDescription
 
instance.MapDescription = value
 
value = instance.MapDescription
C# 
public MapDescription MapDescription {get; set;}

Remarks

The MapDescription maintains properties of the user's map when using an ArcGIS Server map service. Changing the MapDescription does not affect the state of the underlying ArcGIS Server service itself, but instead is applied to the current user's map. The Web ADF maintains the state of the MapDescription in session, in order to persist properties of the map between requests.

The layer visibility on the MapDescription reflects the layer visibility on the map. The extent does not reflect the map's extent because it is set to the last drawn tile.

See Also

© 2010 All Rights Reserved.