![]() ![]() |
ESRI.ArcGIS.ADF.Web.DataSources.IMS | |
FindAddressCandidates(List<AddressValue>,Boolean,Boolean) Method | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.Web.DataSources.IMS Namespace > GeocodeFunctionality Class > FindAddressCandidates Method : FindAddressCandidates(List<AddressValue>,Boolean,Boolean) Method |
- address
- Address to geocode, in the form of a list of address values.
- includeOIDField
- Whether to include the object ID field in the results.
- includeGeometryField
- Whether to include a field with geometry (points)of locations in the results.
Visual Basic (Declaration) | |
---|---|
Public Overloads Function FindAddressCandidates( _ ByVal address As List(Of AddressValue), _ ByVal includeOIDField As Boolean, _ ByVal includeGeometryField As Boolean _ ) As DataTable |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As GeocodeFunctionality 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# | |
---|---|
public DataTable FindAddressCandidates( List<AddressValue> address, bool includeOIDField, bool includeGeometryField ) |
Parameters
- address
- Address to geocode, in the form of a list of address values.
- includeOIDField
- Whether to include the object ID field in the results.
- includeGeometryField
- Whether to include a field with geometry (points)of locations in the results.
Return Value
Table of candidates for matching the input address.When geocoding, many locations may partially match the input address. This method finds locations whose geocode score is at least the MinCandidateScore. Since the MinCandidateScore is typically low (default 10), this method may return a large number of candidates.
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