This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IL > ILocatorName Interface > ILocatorName.LocatorWorkspaceName Property (ArcObjects .NET 10.4 SDK) |
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
The LocatorWorkspaceName property returns the LocatorWorkspaceName object that represents the locator workspace that contains the locator or locator style represented by the LocatorName object.