This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IA > IAddressCandidates Interface > IAddressCandidates.FindAddressCandidates Method (ArcObjects .NET 10.4 SDK) |
Generates candidates for an address.
[Visual Basic .NET] Public Function FindAddressCandidates ( _ ByVal address As IPropertySet _ ) As IArray
[C#] public IArray FindAddressCandidates ( IPropertySet address );
[C++]
HRESULT FindAddressCandidates(
IPropertySet* address,
IArray** results
);
[C++]
Parameters address [in]
address is a parameter of type IPropertySet results [out, retval]
results is a parameter of type IArray
The address parameter is a PropertySet that contains one property for each of the address fields defined by the address locator. You can use the IAddressInputs::AddressFields method to get the address fields for a address locator.
This method returns an Array of PropertySets. Each PropertySet in the Array has properties specified by the CandidateFields property.
IAddressCandidates Interface | IAddressCandidates Interface