ArcObjects Library Reference (Location)  

IAddressGeocoding.MatchFields Property

Fields contained in the geocoding result.

[Visual Basic .NET]
Public ReadOnly Property MatchFields As IFields
[C#]
public IFields MatchFields {get;}
[C++]
HRESULT get_MatchFields(
  IFields** MatchFields
);
[C++]

Parameters

MatchFields [out, retval]

  MatchFields is a parameter of type IFields

Product Availability

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

Description

The MatchFields property returns the fields that are created by the address locator for matched addresses.

Remarks

The MatchFields that can be returned by geocoding services included with ArcGIS are:

All address locators based on the address locator styles provided with ArcGIS return the Shape, Status , Score and Match_addr fields.

You can use the fields returned by this property to inspect the match returned by the MatchAddress method, or to define the feature class that is created using the MatchTable method. See the MatchTable method for more information on fields written to the result feature class.

See Also

IAddressGeocoding Interface | IAdvancedGeocoding.RematchTable Method | IAddressGeocoding.MatchAddress Method | IAddressGeocoding.MatchTable Method | IAddressGeocoding Interface