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




An object that represents a workspace for an ImageDataset.

Object Model

ImageWorkspace Class

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.

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.