ESRI.ArcGIS.ADF.Web.DataSources
FindAddressCandidates(Generic List,Boolean,Boolean) Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources Namespace > IGeocodeFunctionality Interface > FindAddressCandidates Method : FindAddressCandidates(Generic List,Boolean,Boolean) 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.
Geocodes an address 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 _
) 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 value As DataTable
 
value = instance.FindAddressCandidates(address, includeOIDField, includeGeometryField)
C# 
DataTable FindAddressCandidates( 
   List<AddressValue> address,
   bool includeOIDField,
   bool includeGeometryField
)

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.

Return Value

A table of candidate locations.

See Also

© 2010 All Rights Reserved.