This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IA > IAddressCandidates Interface > IAddressCandidates.CandidateFields Property (ArcObjects .NET 10.4 SDK) |
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
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.
IAddressCandidates Interface | IAddressCandidates Interface