This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IG > IGeocodingProperties Interface > IGeocodingProperties.MinimumCandidateScore Property (ArcObjects .NET 10.5 SDK) |
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
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.