ArcObjects Library Reference (Location)  

LocatorName CoClass

Name object for a locator.

Product Availability

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

Description

A LocatorName object is a lightweight object that represents a locator or locator style.

Supported Platforms

Windows, Solaris, Linux

Extended Error Information

Use the ISupportErrorInfo method InterfaceSupportsErrorInfo to determine if the object supports extended error information. If the object supports extended error info, VC++ developers should use the OLE/COM IErrorInfo interface to access the ErrorInfo object. Visual Basic developers should use the global error object Err to retrieve this extended error information.

Interfaces

Interfaces Description
ILocatorName (esriGeoDatabase) Provides access to members that describe a locator.
IMetadata (esriGeoDatabase) Provides access to members that manage and update metadata.
IName (esriSystem) Provides access to members that work with Name objects.
IPersistStream (esriSystem)
ISQLPrivilege (esriGeoDatabase) Provides access to members for granting and revoking privileges to database users.
ISupportErrorInfo Indicates whether a specific interface can return Automation error objects.

See Also

ILocatorName Interface | ILocatorWorkspace.GetLocatorName Method | LocatorName Class