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


IGeocodeServer.GetCandidateFields 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.GetCandidateFields Method
ArcGIS Developer Help

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

propMods is a parameter of type IPropertySet*

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