ArcObjects Library Reference (GeoDatabase)  

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