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




A Workspace that exists in the ArcIMS service, and can be referenced.

Syntax

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

Remarks

A NamedWorkspace is used to create dynamic layer from a data source whose workspace is already present in the map service. A dynamic layer is a layer based on data not yet in the map service.

You must know the name of the workspace as given in the SDEWORKSPACE or SHAPEWORKSPACE tag in the ArcXML configuration file for the map service. These workspace names are not available programmatically. Contact the map service author to obtain workspace names if necessary. An alternative is to create a new workspace if you know the source or connection information. In that case, use a ShapeWorkspace or SdeWorkspace.

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.NamedWorkspace

See Also

© 2010 All Rights Reserved.