ArcObjects Library Reference (Location)  

IGPAddressLocatorStyle.MatchFields Property

Fields output by an address locator created with this style.

[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

Product Availability

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

See Also

IGPAddressLocatorStyle Interface