ESRI.ArcGIS.GeocodingTools
RebuildAddressLocator Class
Members  See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.GeocodingTools Namespace : RebuildAddressLocator Class




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 
Visual Basic (Usage)Copy Code
Dim instance As RebuildAddressLocator
C# 
public class RebuildAddressLocator : IGPProcess  

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.GeocodingTools.RebuildAddressLocator

See Also

© 2010 All Rights Reserved.