This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IA > IAddressGeocoding Interface > IAddressGeocoding.MatchFields Property (ArcObjects .NET 10.4 SDK) |
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
The MatchFields property returns the fields that are created by the address locator for matched addresses.
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.
IAddressGeocoding Interface | IAddressGeocoding Interface | IAddressGeocoding.MatchTable Method | IAdvancedGeocoding.RematchTable Method | IAddressGeocoding.MatchAddress Method