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




in_table
The table of addresses to geocode. (In, Required)
address_locator
The address locator to use to geocode the table of addresses. (In, Required)
in_address_fields
The mapping of address fields used by the address locator to fields in the input table of addresses. (In, Required)
out_feature_class
The output geocoded feature class or shapefile. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_table As Object, _
   ByVal address_locator As Object, _
   ByVal in_address_fields As Object, _
   ByVal out_feature_class As Object _
)
Visual Basic (Usage)Copy Code
Dim in_table As Object
Dim address_locator As Object
Dim in_address_fields As Object
Dim out_feature_class As Object
 
Dim instance As GeocodeAddresses(in_table, address_locator, in_address_fields, out_feature_class)
C# 
public GeocodeAddresses( 
   object in_table,
   object address_locator,
   object in_address_fields,
   object out_feature_class
)

Parameters

in_table
The table of addresses to geocode. (In, Required)
address_locator
The address locator to use to geocode the table of addresses. (In, Required)
in_address_fields
The mapping of address fields used by the address locator to fields in the input table of addresses. (In, Required)
out_feature_class
The output geocoded feature class or shapefile. (Out, Required)

See Also

© 2010 All Rights Reserved.