ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer
ShowAllCandidates Property
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer 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.

See Also

© 2010 All Rights Reserved.