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




in_address_locator_style
The address locator style on which to base the new address locator. (In, Required)
in_reference_data
The reference data feature classes and tables to be used by the address locator, along with their roles. (In, Required)
in_field_map
The mapping of reference data fields used by the address locator style to fields in the reference datasets. Each field mapping in this parameter is in the format: (In, Required)
out_address_locator
The address locator to create. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_address_locator_style As Object, _
   ByVal in_reference_data As Object, _
   ByVal in_field_map As Object, _
   ByVal out_address_locator As Object _
)
Visual Basic (Usage)Copy Code
Dim in_address_locator_style As Object
Dim in_reference_data As Object
Dim in_field_map As Object
Dim out_address_locator As Object
 
Dim instance As CreateAddressLocator(in_address_locator_style, in_reference_data, in_field_map, out_address_locator)
C# 
public CreateAddressLocator( 
   object in_address_locator_style,
   object in_reference_data,
   object in_field_map,
   object out_address_locator
)

Parameters

in_address_locator_style
The address locator style on which to base the new address locator. (In, Required)
in_reference_data
The reference data feature classes and tables to be used by the address locator, along with their roles. (In, Required)
in_field_map
The mapping of reference data fields used by the address locator style to fields in the reference datasets. Each field mapping in this parameter is in the format: (In, Required)
out_address_locator
The address locator to create. (Out, Required)

See Also

© 2010 All Rights Reserved.