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




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

Object Model

NamedWorkspace Class

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.

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.