ESRI.ArcGIS.ADF.IMS
ImageDataset Class
Members  See Also 
ESRI.ArcGIS.ADF.IMS.Data Namespace : ImageDataset Class




A Dataset object that stores location information for the data in a ImageLayer.

Object Model



Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class ImageDataset 
   Inherits Dataset
Visual Basic (Usage)Copy Code
Dim instance As ImageDataset
C# 
[SerializableAttribute()]
public class ImageDataset : Dataset 

Example

For an example of using ImageDataset to create a new, dynamic layer in the map, see ImageLayer(string,ImageDataset).

Remarks

This class is used to create a new (dynamic) ImageLayer to add to the map or for querying. A dynamic layer is a layer based on data not yet in the map service.

If the data are in a workpace known to be already in the map service, use ImageDataset(string, NamedWorkspace) to create the FeatureDataset. If the data are in a workspace not yet in the map service, use either ImageDataset(string, SdeWorkspace) (for ArcSDE layers) or ImageDataset(string, ImageWorkspace) (for image files).

Since dynamic layers are not supported with ArcMap Server image service, this class is not available for use with ArcMap Server.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.ADF.IMS.Data.Dataset
      ESRI.ArcGIS.ADF.IMS.Data.ImageDataset

See Also

© 2010 All Rights Reserved.