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


IAddressGeocoding.MatchFields Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IA > IAddressGeocoding Interface > IAddressGeocoding.MatchFields Property
ArcGIS Developer Help

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 | IAddressGeocoding Interface | IAddressGeocoding.MatchTable Method | IAdvancedGeocoding.RematchTable Method | IAddressGeocoding.MatchAddress Method

.NET Samples

StreetMap routing