This document is archived and information here might be outdated.  Recommended version.


ILocalLocatorWorkspace Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IL > ILocalLocatorWorkspace Interface
ArcGIS Developer Help

ILocalLocatorWorkspace Interface

Provides access to members for inspecting a local locator workspace.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

When To Use

Use the ILocalLocatorWorkspace interface to get the path in the local file system that contains the locator workspace.

Members

Name Description
Read-only property Path The path to the folder that contains the locator workspace.

Classes that implement ILocalLocatorWorkspace

Classes Description
LocalLocatorWorkspace A locator workspace that stores locators in a file system.

See Also

ILocalLocatorWorkspace Interface | ILocalLocatorWorkspace.Path Property | ILocatorManager.GetLocatorWorkspace Method | GxLocatorFactory Class