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




Gets or sets the directory where geocoding indexes are built.

Syntax

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

Remarks

When using the CodePage, GeoIndexDir, and Shared properties, you should be aware of the following. Workspaces are not duplicated inside the Spatial Server. Therefore, if you start one service using ShapeWorkspace "A" and a second service also using the same workspace, the values for CodePage, GeoIndexDir, and Shared from the first service are used as the values for the second service. If in the first service you set Shared = False, and in the second service you set Shared = True, the Spatial Server will ignore Shared = True and use Shared = False instead. The same is true for values used in CodePage and GeoIndexDir.

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.