ArcGIS Developer Help  (GeoDatabase)    

ILocatorName.LocatorWorkspaceName Property

Name object for the locator workspace that contains the locator.

[Visual Basic 6.0]
Property LocatorWorkspaceName As ILocatorWorkspaceName
[Visual Basic .NET]
Public Property LocatorWorkspaceName As ILocatorWorkspaceName
[C#]
public ILocatorWorkspaceName LocatorWorkspaceName {get; set;}
[Java]
public ILocatorWorkspaceName getLocatorWorkspaceName()
throws
    IOException,
    AutomationException
[Java]
public void setLocatorWorkspaceNameByRef(
ILocatorWorkspaceName pLocatorWorkspaceName
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page