This document is archived and information here might be outdated. Recommended version. |
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*
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