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

Visual Basic (Declaration) | |
---|---|
<SerializableAttribute()> Public MustInherit Class Workspace |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As Workspace |
C# | |
---|---|
[SerializableAttribute()] public abstract class Workspace |
A workspace points to the source of data, either on disk or in an ArcSDE server. Workspaces are used when creating new, dynamic layers in a map.
Workspace is an abstract class. Use one of the classes that inherit from Workspace when creating a dynamic layer:
- NamedWorkspace - when the workspace already exists in the map configuration file. You must know the name of the workspace independently, since the server does not provide workspace names in the service information.
- SdeWorkspace - when the data are in an ArcSDE server and the server is not used in static map layers. An SdeWorkspace may be used to add both feature (vector) and raster data.
- ShapeWorkspace - when the data are shapefiles on disk, and the containing directory is not used in static map layers.
- ImageWorkspace - when the data are images stored on disk, and the containing directory is not used in static map layers.
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