ESRI.ArcGIS.ADF.Web.DataSources
FindAddressCandidates(Generic List,Boolean,Boolean,Generic Dictionary) Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources Namespace > IGeocodeFunctionality Interface > FindAddressCandidates Method : FindAddressCandidates(Generic List,Boolean,Boolean,Generic Dictionary) Method




address
A list of address field values.
includeOIDField
Whether to return the OID field in the results.
includeGeometryField
Whether to return location geometry in the results.
propMods
A set of property settings to use for geocoding.
Geocodes an address using the property settings and returns a table of candidates.

Syntax

Visual Basic (Declaration) 
Overloads Function FindAddressCandidates( _
   ByVal address As List(Of AddressValue), _
   ByVal includeOIDField As Boolean, _
   ByVal includeGeometryField As Boolean, _
   ByVal propMods As Dictionary(Of String, Object) _
) As DataTable
Visual Basic (Usage)Copy Code
Dim instance As IGeocodeFunctionality
Dim address As List(Of AddressValue)
Dim includeOIDField As Boolean
Dim includeGeometryField As Boolean
Dim propMods As Dictionary(Of String, Object)
Dim value As DataTable
 
value = instance.FindAddressCandidates(address, includeOIDField, includeGeometryField, propMods)
C# 
DataTable FindAddressCandidates( 
   List<AddressValue> address,
   bool includeOIDField,
   bool includeGeometryField,
   Dictionary<string, object> propMods
)

Parameters

address
A list of address field values.
includeOIDField
Whether to return the OID field in the results.
includeGeometryField
Whether to return location geometry in the results.
propMods
A set of property settings to use for geocoding.

Return Value

A table of candidate locations.

See Also

© 2010 All Rights Reserved.