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


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

ILocatorDatasetImpl.LocatorWorkspaceName Property

The Name object for the locator's workspace. Used internally by geocoding framework.

[Visual Basic .NET]
Public WriteOnly Property LocatorWorkspaceName
[C#]
public void LocatorWorkspaceName {set;}
[C++]
HRESULT put_LocatorWorkspaceName(
  ILocatorWorkspaceName* 
);
[C++]
Parameters
 [in]

is a parameter of type ILocatorWorkspaceName*

Product Availability

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

See Also

ILocatorDatasetImpl Interface