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


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

IGeocodingOutputs.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.

See Also

IGeocodingOutputs Interface