ESRI.ArcGIS.ADF.IMS
MinScore Property
See Also 
ESRI.ArcGIS.ADF.IMS.Geocode Namespace > Geocoder Class : MinScore Property




Gets or sets the minimum score for a feature to qualify as a candidate.

Syntax

Visual Basic (Declaration) 
Public Property MinScore As Integer
Visual Basic (Usage)Copy Code
Dim instance As Geocoder
Dim value As Integer
 
instance.MinScore = value
 
value = instance.MinScore
C# 
public int MinScore {get; set;}

Example

For an example, see AddressValueCollection .

Remarks

This property specifies how close the feature must match the geocoded value to be considered a match. Scores are affected by the SpellingSensitivity setting in the map service.

A candidate with a score of 100 means a perfect match, and 0 means no match.

Default is 60.

See Also

© 2010 All Rights Reserved.