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




Provides access to properties, data and images for an ArcIMS map service.

Object Model







Syntax

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

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 that provides the data for the map and also define the settings (DisplaySettings) for displaying the resource.

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.IMS.GISResource
      ESRI.ArcGIS.ADF.Web.DataSources.IMS.MapResource

See Also

© 2010 All Rights Reserved.