This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IG > IGeocodeServer Interface > IGeocodeServer.GetResultFields Method (ArcObjects .NET 10.4 SDK) |
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
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.
IGeocodeServer Interface | IAddressGeocoding.MatchFields Property