ESRI.ArcGIS.ADF.IMS
Directory Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.IMS.Data Namespace > ShapeWorkspace Class : Directory Property




Gets or sets the directory containing shapefiles.

Syntax

Visual Basic (Declaration) 
Public Property Directory As String
Visual Basic (Usage)Copy Code
Dim instance As ShapeWorkspace
Dim value As String
 
instance.Directory = value
 
value = instance.Directory
C# 
public string Directory {get; set;}

Remarks

This is the folder on the server that contains the shapefiles to be referenced with the ShapeWorkspace. The path must be relative to the ArcIMS Spatial Server that will serve the map or query.

If the data are on a network drive, the folder must either be a UNC path (e.g., \\dataserver\datashare), or on a mapped drive. If using a mapped drive, the mapping must be set up to connect on login for the account that starts the ArcIMS Monitor service. Note that serving data from a network resource can significantly degrade performance.

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.