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


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

IGeocodeServer.GetCandidateFields Method

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

Product Availability

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

Remarks

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.

See Also

IGeocodeServer Interface