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