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


IGeocodeServer.GetResultFields Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Location)  

IGeocodeServer.GetResultFields Method

Fields contained in the geocoding result.

[Visual Basic .NET]
Public Function GetResultFields ( _
    ByVal propMods As IPropertySet _
) As IFields
[C#]
public IFields GetResultFields (
    IPropertySet propMods
);
[C++]
HRESULT GetResultFields(
  IPropertySet* propMods,
  IFields** resultFieldsInfo
);
[C++]

Parameters propMods [in]
propMods is a parameter of type IPropertySet resultFieldsInfo [out, retval]
resultFieldsInfo is a parameter of type IFields

Product Availability

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

Remarks

The GetResultFields property returns a Fields object that defines the fields returned by the address locator on which the GeocodeServer is based. For more information on the fields returned by address locators, see IAddressGeocoding::MatchFields.

See Also

IGeocodeServer Interface | IAddressGeocoding.MatchFields Property