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


IAttachedLocator.Locator Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IA > IAttachedLocator Interface > IAttachedLocator.Locator Property
ArcGIS Developer Help

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