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




in_address_data
The table or feature class containing address information that you want to standardize. (In, Required)
in_input_address_fields
The set of fields in the input table or feature class that, when concatenated, forms the address to be standardized. (In, Required)
in_address_locator_style
The address locator style to use to standardize the address information in the input table or feature class. (In, Required)
in_output_address_fields
The set of standardized address fields to include in the output table or feature class. (In, Required)
out_address_data
The output table or feature class to create containing the standardized address fields. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_address_data As Object, _
   ByVal in_input_address_fields As Object, _
   ByVal in_address_locator_style As Object, _
   ByVal in_output_address_fields As Object, _
   ByVal out_address_data As Object _
)
Visual Basic (Usage)Copy Code
Dim in_address_data As Object
Dim in_input_address_fields As Object
Dim in_address_locator_style As Object
Dim in_output_address_fields As Object
Dim out_address_data As Object
 
Dim instance As StandardizeAddresses(in_address_data, in_input_address_fields, in_address_locator_style, in_output_address_fields, out_address_data)
C# 
public StandardizeAddresses( 
   object in_address_data,
   object in_input_address_fields,
   object in_address_locator_style,
   object in_output_address_fields,
   object out_address_data
)

Parameters

in_address_data
The table or feature class containing address information that you want to standardize. (In, Required)
in_input_address_fields
The set of fields in the input table or feature class that, when concatenated, forms the address to be standardized. (In, Required)
in_address_locator_style
The address locator style to use to standardize the address information in the input table or feature class. (In, Required)
in_output_address_fields
The set of standardized address fields to include in the output table or feature class. (In, Required)
out_address_data
The output table or feature class to create containing the standardized address fields. (Out, Required)

See Also

© 2010 All Rights Reserved.