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


IGeocodingProperties.MatchIfScoresTie 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.MatchIfScoresTie Property
ArcGIS Developer Help

IGeocodingProperties.MatchIfScoresTie Property

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(
  Boolean* bMatchIfScoresTie
);
[C++]
HRESULT put_MatchIfScoresTie(
  VARIANT_BOOL bMatchIfScoresTie
);
[C++]
Parameters
bMatchIfScoresTie [out, retval]

bMatchIfScoresTie is a parameter of type bool* bMatchIfScoresTie [in]
bMatchIfScoresTie is a parameter of type 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.

See Also

IGeocodingProperties Interface