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




in_features
A point feature class or layer from which addresses are returned based on the features' point location. (In, Required)
in_address_locator
The address locator to use to reverse geocode the input feature class. (In, Required)
out_feature_class
The output feature class. (Out, Required)
search_distance
The distance used to search for the nearest address or intersection for the point location. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_features As Object, _
   ByVal in_address_locator As Object, _
   ByVal out_feature_class As Object, _
   ByVal search_distance As Object _
)
Visual Basic (Usage)Copy Code
Dim in_features As Object
Dim in_address_locator As Object
Dim out_feature_class As Object
Dim search_distance As Object
 
Dim instance As ReverseGeocode(in_features, in_address_locator, out_feature_class, search_distance)
C# 
public ReverseGeocode( 
   object in_features,
   object in_address_locator,
   object out_feature_class,
   object search_distance
)

Parameters

in_features
A point feature class or layer from which addresses are returned based on the features' point location. (In, Required)
in_address_locator
The address locator to use to reverse geocode the input feature class. (In, Required)
out_feature_class
The output feature class. (Out, Required)
search_distance
The distance used to search for the nearest address or intersection for the point location. (In, Required)

See Also

© 2010 All Rights Reserved.