ESRI.ArcGIS.ADF.Web.DataSources.IMS
ShowAllCandidates Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.DataSources.IMS Namespace > GeocodeFunctionality Class : ShowAllCandidates Property




Whether to include all candidates or only those meeting the minimum match score.

Syntax

Visual Basic (Declaration) 
Public Property ShowAllCandidates As Boolean
Visual Basic (Usage)Copy Code
Dim instance As GeocodeFunctionality
Dim value As Boolean
 
instance.ShowAllCandidates = value
 
value = instance.ShowAllCandidates
C# 
public bool ShowAllCandidates {get; set;}

Remarks

This property is relevant for the FindAddressCandidates method that takes only an address. In this case, if ShowAllCandidates is true, then the minimum candidate score is set to the MinMatchScore when performing the geocoding operation.

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.