ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer
MapDescription Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > MapResourceBase Class : MapDescription Property




The map description for this resource.

Syntax

Visual Basic (Declaration) 
Public Overridable Property MapDescription As ESRI.ArcGIS.ADF.ArcGISServer.MapDescription
Visual Basic (Usage)Copy Code
Dim instance As MapResourceBase
Dim value As ESRI.ArcGIS.ADF.ArcGISServer.MapDescription
 
instance.MapDescription = value
 
value = instance.MapDescription
C# 
public virtual ESRI.ArcGIS.ADF.ArcGISServer.MapDescription MapDescription {get; set;}

Remarks

The MapDescription contains information about the map, such as the layer descriptions, extent and rotation.

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.

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

© 2011 All Rights Reserved.