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


ILocatorDataset.LocatorWorkspace Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

ILocatorDataset.LocatorWorkspace Property

The locator workspace that contains the locator.

[Visual Basic .NET]
Public ReadOnly Property LocatorWorkspace As ILocatorWorkspace
[C#]
public ILocatorWorkspace LocatorWorkspace {get;}
[C++]
HRESULT get_LocatorWorkspace(
  ILocatorWorkspace** LocatorWorkspace
);
[C++]

Parameters LocatorWorkspace [out, retval]
LocatorWorkspace is a parameter of type ILocatorWorkspace

Product Availability

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

Description

Returns a reference to the locator workspace that contains the locator.

See Also

ILocatorDataset Interface | ILocatorWorkspace2 Interface | ILocatorWorkspace Interface | ILocatorWorkspaceName Interface | LocatorEnumerator Class | LocatorWorkspaceName Class | ILocatorWorkspaceName2 Interface | ILocatorManager Interface | LocalLocatorWorkspace Class | DatabaseLocatorWorkspace Class | IDatabaseLocatorWorkspace Interface | ILocatorManager2 Interface | LocatorManager Class | ILocatorManager.GetLocatorWorkspaceFromPath Method