ArcObjects Library Reference (Location)  

IAttachedLocator Interface

Provides access to members that describe the process used to create the feature class.

Product Availability

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

When To Use

Use the IAttachedLocator interface to retrieve information about the locator that is attached to a dataset.

Members

Description
Read-only property InputFieldNamesList Names of fields in the input table used by the locator.
Read-only property InputJoinFieldName Name of the ObjectID field in the input table.
Read-only property InputTable Table that was located.
Read-only property Locator Locator used to create the feature class.
Read-only property OutputFieldNamesList Names of result fields in the output feature class.
Read-only property OutputJoinFieldName Name of the JoinOID field in the output feature class.
Read-only property OutputTable Feature class that was created.

CoClasses that implement IAttachedLocator

CoClasses and Classes Description
AttachedLocator A locator that is attached to a dataset.

Remarks

To rematch a geocoded feature class programatically, use the IAttachedLocator interface to retrieve all of the information about the locator that is attached to the dataset. Then, use the IAdvancedGeocoding::RematchTable method with the information from the AttachedLocator to rematch the geocoded feature class.

See Also

LocatorManager Class | ILocatorManager2 Interface | IAttachedLocator Interface | AttachedLocator Class | ILocatorManager Interface | ILocatorAttach2 Interface | ILocatorAttach2.AttachLocator Method | AttachedLocator Class | IAddressGeocoding.MatchTable Method | IAttachedLocator Interface | ILocatorManager Interface | IAttachedLocator Interface | ILocatorManager2 Interface | AttachedLocator Class | ILocatorManager2 Interface | ILocatorManager Interface | ILocatorManager.HasLocatorAttached Method | AttachedLocator Class | IAttachedLocator Interface | ILocatorManager.GetLocatorFromDataset Method

.NET Related Topics

How to rematch a geocoded feature class