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


IAddressCandidates.CandidateFields Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IA > IAddressCandidates Interface > IAddressCandidates.CandidateFields Property
ArcGIS Developer Help

IAddressCandidates.CandidateFields Property

Fields contained in a list of candidates.

[Visual Basic .NET]
Public ReadOnly Property CandidateFields As IFields
[C#]
public IFields CandidateFields {get;}
[C++]
HRESULT get_CandidateFields(
  IFields** CandidateFields
);
[C++]
Parameters
CandidateFields [out, retval]

CandidateFields is a parameter of type IFields**

Product Availability

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

Remarks

When an address locator generates a set of match candidates for an address, the candidates are described by a certain set of candidate fields. Each style of address locator has its own set of candidate fields.

You can use the fields returned by this property to inspect candidates found using the FindAddressCandidates method.

See Also

IAddressCandidates Interface | IAddressCandidates Interface