Rebuilds an address locator to update the locator with the current reference data. Since an address locator contains a snapshot of the reference data when it was created, it will not geocode addresses against the updated data when the geometry and attributes of the reference data are changed. To geocode addresses against the current version of the
reference data, the address locator must be rebuilt if you want to
update the changes in the locator.
Syntax
Visual Basic (Declaration) | |
---|
Public Class RebuildAddressLocator
Implements IGPProcess |
C# | |
---|
public class RebuildAddressLocator : IGPProcess |
Inheritance Hierarchy
System.Object
ESRI.ArcGIS.GeocodingTools.RebuildAddressLocator
See Also