ArcObjects Library Reference (Location)  

IGeocodingProperties.MinimumCandidateScore Property

Minimum candidate score setting.

[Visual Basic .NET]
Public Property MinimumCandidateScore As Integer
[C#]
public int MinimumCandidateScore {get; set;}
[C++]
HRESULT get_MinimumCandidateScore(
  long* MinimumCandidateScore
);
[C++]
HRESULT put_MinimumCandidateScore(
  long MinimumCandidateScore
);
[C++]

Parameters

MinimumCandidateScore [out, retval]   MinimumCandidateScore is a parameter of type long MinimumCandidateScore [in]   MinimumCandidateScore is a parameter of type long

Product Availability

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

Remarks

Locators use the MinimumCandidateScore setting to filter the set of candidates that are returned by the IAddressCandidates::FindAddressCandidates, IAdvancedGeocoding::FindStandardizedAddressCandidates, and IAdvancedIntersectionGeocoding::FindStandardizedIntersectionCandidates methods. Only candidates with a score greater than the minimum candidate score will be returned by these methods.

The minimum candidate score for a locator can have values between 0 and 100. If the Locator is unable to come up with any likely candidates for an address that you want to geocode, you can specify a lower value so that candidates with very low scores are considered.

See Also

IGeocodingProperties Interface