This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IG > IGeocodeServer Interface > IGeocodeServer.GetCandidateFields Method (ArcObjects .NET 10.4 SDK) |
Fields contained in a list of candidates.
[Visual Basic .NET] Public Function GetCandidateFields ( _ ByVal propMods As IPropertySet _ ) As IFields
[C#] public IFields GetCandidateFields ( IPropertySet propMods );
[C++]
HRESULT GetCandidateFields(
IPropertySet* propMods,
IFields** candidateFieldsInfo
);
[C++]
Parameters propMods [in]
propMods is a parameter of type IPropertySet candidateFieldsInfo [out, retval]
candidateFieldsInfo is a parameter of type IFields
The GetCandidateFields object returns a Fields object that contains definitions of the Fields in the Recordset returned by the FindAddressCandidates method for non-intersection addresses.