This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > ID > IDEAddressLocator Interface > IDEAddressLocator.MatchFields Property (ArcObjects .NET 10.5 SDK) |
Fields output by geocoding.
[Visual Basic .NET] Public Property MatchFields As IFields
[C#] public IFields MatchFields {get; set;}
[C++]
HRESULT get_MatchFields(
IFields** MatchFields
);
[C++]
HRESULT putref_MatchFields(
IFields* MatchFields
);
[C++]
Parameters MatchFields [out, retval]
MatchFields is a parameter of type IFields MatchFields [in]
MatchFields is a parameter of type IFields