Indicates whether addresses should be arbitrarily matched to a feature when two or more features have the same best score.
[Visual Basic .NET] Public Property MatchIfScoresTie As Boolean
[C#] public bool MatchIfScoresTie {get; set;}
[C++]
HRESULT get_MatchIfScoresTie(
VARIANT_BOOL* bMatchIfScoresTie
);
[C++]
HRESULT put_MatchIfScoresTie(
VARIANT_BOOL bMatchIfScoresTie
);
[C++]Parameters
bMatchIfScoresTie [out, retval] bMatchIfScoresTie is a parameter of type VARIANT_BOOL bMatchIfScoresTie [in] bMatchIfScoresTie is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
If the locator finds two or more candidates with the same best candidate score, and that score is greater than the minimum match score, then you can use the MatchIfCandidatesTie property to specify whether or not the locator should arbitrarily match the address to one of those candidates. If so, the locator will match the address to the first of these candidates that
it encounters.