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


ILocalLocatorWorkspace.Path Property (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 > ILocalLocatorWorkspace.Path Property
ArcGIS Developer Help

ILocalLocatorWorkspace.Path Property

The path to the folder that contains the locator workspace.

[Visual Basic .NET]
Public ReadOnly Property Path As String
[C#]
public string Path {get;}
[C++]
HRESULT get_Path(
  System.String* Path
);
[C++]
Parameters
Path [out, retval]

Path is a parameter of type BSTR*

Product Availability

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

Remarks

The Path property returns the path in the local file system that contains the locator workspace.

See Also

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