ESRI.ArcGIS.ADF.Web.DataSources.Graphics
MapResource Class
Members  See Also 
ESRI.ArcGIS.ADF.Web.DataSources.Graphics Namespace : MapResource Class




Provides access to properties, data and images for a graphics map resource.

Object Model






Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class MapResource 
   Implements IGISResourceIMapResource 
Visual Basic (Usage)Copy Code
Dim instance As MapResource
C# 
[SerializableAttribute()]
public class MapResource : IGISResourceIMapResource  

Remarks

Map resources are typically added to a MapResourceManager, either at design time or by code at runtime. These resources are accessible at runtime via the MapResource object for the specific resource. Map resources define the source ( ResourceDefinition) that provides the data for the map and also define the settings ( DisplaySettings) for displaying the resource.

Graphics map resources are not actually derived from a map service, but are instead constructed dynamically from a data set. Graphics map resources are often added at runtime to enable display of graphics that are added to the map dynamically. Examples include display of features selected from other map resources and ad-hoc graphics sketched on the map by the user.

For a discussion of map resources in the Web ADF, see the topic Working with resources and functionalities in the Developer Help.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.ADF.Web.DataSources.Graphics.MapResource

See Also

© 2010 All Rights Reserved.