ESRI.ArcGIS.ADF.Web.DataSources.VirtualEarthService
GetLocatorProperties Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.VirtualEarthService Namespace > GeocodeFunctionality Class : GetLocatorProperties Method




Gets the properties of the locator, which may be modified and passed when performing geocoding.

Syntax

Visual Basic (Declaration) 
Public Function GetLocatorProperties() As Dictionary(Of String, Object)
Visual Basic (Usage)Copy Code
Dim instance As GeocodeFunctionality
Dim value As Dictionary(Of String, Object)
 
value = instance.GetLocatorProperties()
C# 
public Dictionary<string, object> GetLocatorProperties()

Example

For an example of using this property, see the ArcGIS Server's GeocodeFunctionality overview.

Remarks

This method obtains a generic Dictionary of properties used when performing geocoding. These properties govern how the server performs geocoding. You may modify the locator properties and pass them with the overloaded version of either GeocodeAddress or FindAddressCandidates that accepts the properties (propMods).

You must examine the items in locator properties to determine what properties are available for modification for geocoding.

See Also

© 2010 All Rights Reserved.