ESRI.ArcGIS.ADF.Web.DataSources
FindAddressCandidates(List<AddressValue>,Boolean,Boolean) Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.DataSources Namespace > IGeocodeFunctionality Interface > FindAddressCandidates Method : FindAddressCandidates(List<AddressValue>,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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.