ESRI.ArcGIS.GeocodingTools
in_address_locators Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.GeocodingTools Namespace > CreateCompositeAddressLocator Class : in_address_locators Property




The order of the participating address locators determines how candidates are searched and an address is matched. When you geocode a single address, the address will be matched against all participating address locators unless the locator is specified with a selection criterion. All the found candidates will be displayed based on the order of the listed participating address locators. If you geocode a table of addresses, addresses are matched automatically to the first best candidate found from the first participating address locators. If the address fails to match, it will fall back to the subsequent locator in the list. (In, Required)

Syntax

Visual Basic (Declaration) 
Public Property in_address_locators As Object
Visual Basic (Usage)Copy Code
Dim instance As CreateCompositeAddressLocator
Dim value As Object
 
instance.in_address_locators = value
 
value = instance.in_address_locators
C# 
public object in_address_locators {get; set;}

See Also

© 2010 All Rights Reserved.