ESRI.ArcGIS.ADF.IMS
Directory Property
See Also 
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.

See Also

© 2010 All Rights Reserved.