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


IGeocodeServer.GetResultFields Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IG > IGeocodeServer Interface > IGeocodeServer.GetResultFields Method
ArcGIS Developer Help

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
);
[C++]
Parameters
propMods [in]

propMods is a parameter of type IPropertySet*

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