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


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

ILocatorName.LocatorWorkspaceName Property

Name object for the locator workspace that contains the locator.

[Visual Basic .NET]
Public Property LocatorWorkspaceName As ILocatorWorkspaceName
[C#]
public ILocatorWorkspaceName LocatorWorkspaceName {get; set;}
[C++]
HRESULT get_LocatorWorkspaceName(
  ILocatorWorkspaceName** LocatorWorkspaceName
);
[C++]
HRESULT putref_LocatorWorkspaceName(
  ILocatorWorkspaceName* LocatorWorkspaceName
);
[C++]
Parameters
LocatorWorkspaceName [out, retval]

LocatorWorkspaceName is a parameter of type ILocatorWorkspaceName** LocatorWorkspaceName [in]
LocatorWorkspaceName is a parameter of type ILocatorWorkspaceName*

Product Availability

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

Description

The LocatorWorkspaceName property returns the LocatorWorkspaceName object that represents the locator workspace that contains the locator or locator style represented by the LocatorName object.

See Also

ILocatorName Interface