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


ILocatorName Interface (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
ArcGIS Developer Help

ILocatorName Interface

Provides access to members that describe a locator.

Product Availability

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

When To Use

Use the ILocatorName interface to inspect the properties of a LocatorName object.

Members

Name Description
Read/write property Category Category of the locator.
Read/write property Description Description of the locator.
Read/write property LocatorWorkspaceName Name object for the locator workspace that contains the locator.
Read/write property Name Name of the locator.
Read/write property Style Indicates if this is a locator style.

Classes that implement ILocatorName

Classes Description
LocatorName (esriLocation) Name object for a locator.
RouteMeasureLocatorName (esriLocation) Route measure locator name object.

See Also

ILocatorWorkspace.GetLocatorName Method | ILocatorName Interface | LocatorName Class