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




An object that represents a workspace for an ImageDataset.

Syntax

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

Example

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

Remarks

ImageWorkspace is used to add layers dynamically to a map. An ImageWorkspace points to a location for image (raster) files on disk. See the Directory property for information on how to reference the image data.

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.Workspace
      ESRI.ArcGIS.ADF.IMS.Data.ImageWorkspace

See Also

© 2010 All Rights Reserved.