![]() ![]() |
ESRI.ArcGIS.ADF.IMS | |
ImageDataset Class | |
Members See Also Send Feedback |
ESRI.ArcGIS.ADF.IMS.Data Namespace : ImageDataset Class |

Visual Basic (Declaration) | |
---|---|
<SerializableAttribute()> Public Class ImageDataset Inherits Dataset |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As ImageDataset |
C# | |
---|---|
[SerializableAttribute()] public class ImageDataset : Dataset |
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.
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