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


IAttachedLocator.Locator Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Location)  

IAttachedLocator.Locator Property

Locator used to create the feature class.

[Visual Basic .NET]
Public ReadOnly Property Locator As ILocator
[C#]
public ILocator Locator {get;}
[C++]
HRESULT get_Locator(
  ILocator** Locator
);
[C++]

Parameters Locator [out, retval]
Locator is a parameter of type ILocator

Product Availability

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

Description

The Locator property returns a copy of the locator, including runtime geocoding options, that was used to create the geocoded feature class.

See Also

IAttachedLocator Interface | LocatorManager Class | IAttachedLocator Interface | AttachedLocator Class | ILocatorManager Interface | ILocatorManager2 Interface | ILocatorManager Interface | ILocatorManager2 Interface | IAttachedLocator Interface | AttachedLocator Class | ILocatorManager Interface | ILocatorManager2 Interface | IAttachedLocator Interface | ILocatorManager.HasLocatorAttached Method | AttachedLocator Class | ILocatorManager.GetLocatorFromDataset Method

.NET Related Topics

How to rematch a geocoded feature class