This document is archived and information here might be outdated.  Recommended version.


IGeocodingProperties.MinimumMatchScore Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IG > IGeocodingProperties Interface > IGeocodingProperties.MinimumMatchScore Property
ArcGIS Developer Help

IGeocodingProperties.MinimumMatchScore Property

Minimum match score setting.

[Visual Basic .NET]
Public Property MinimumMatchScore As Integer
[C#]
public int MinimumMatchScore {get; set;}
[C++]
HRESULT get_MinimumMatchScore(
  System.Int32* MinimumMatchScore
);
[C++]
HRESULT put_MinimumMatchScore(
  long MinimumMatchScore
);
[C++]
Parameters
MinimumMatchScore [out, retval]

MinimumMatchScore is a parameter of type long* MinimumMatchScore [in]
MinimumMatchScore is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The MinimumMatchScore property specifies how well addresses have to match their most likely candidate in the reference data in order to be considered matched. A perfect match yields a score of 100. A match score between 75 and 100 can generally be considered a good match, depending upon the quality of your reference and address data. An address with no candidates with scores euqal to or greater than the minimum match score will not be matched.

The MinimumMatchScore property can have values between 0 and 100. If your application demands that addresses be located with a high level of confidence, you should specify a high value. If you want to maximize the number of addresses that can be matched and don�t mind if some addresses are potentially matched incorrectly, you can use a lower value.

See Also

IGeocodingProperties Interface