ESRI.ArcGIS.ADF.IMS
MinScore Property
See Also  Send Feedback
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.

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.