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




in_address_locator
The address locator to rebuild. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_address_locator As Object _
)
Visual Basic (Usage)Copy Code
Dim in_address_locator As Object
 
Dim instance As RebuildAddressLocator(in_address_locator)
C# 
public RebuildAddressLocator( 
   object in_address_locator
)

Parameters

in_address_locator
The address locator to rebuild. (In, Required)

See Also

© 2010 All Rights Reserved.