![]() ![]() |
ESRI.ArcGIS.ADF.Web.DataSources | |
FindAddressCandidates(List<AddressValue>,Boolean,Boolean,Dictionary<String,Object>) Method | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.Web.DataSources Namespace > IGeocodeFunctionality Interface > FindAddressCandidates Method : FindAddressCandidates(List<AddressValue>,Boolean,Boolean,Dictionary<String,Object>) Method |
- address
- A list of address field values.
- includeOIDField
- Whether to return the OID field in the results.
- includeGeometryField
- Whether to return location geometry in the results.
- propMods
- A set of property settings to use for geocoding.
Visual Basic (Declaration) | |
---|---|
Overloads Function FindAddressCandidates( _ ByVal address As List(Of AddressValue), _ ByVal includeOIDField As Boolean, _ ByVal includeGeometryField As Boolean, _ ByVal propMods As Dictionary(Of String,Object) _ ) As DataTable |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As IGeocodeFunctionality Dim address As List(Of AddressValue) Dim includeOIDField As Boolean Dim includeGeometryField As Boolean Dim propMods As Dictionary(Of String,Object) Dim value As DataTable value = instance.FindAddressCandidates(address, includeOIDField, includeGeometryField, propMods) |
C# | |
---|---|
DataTable FindAddressCandidates( List<AddressValue> address, bool includeOIDField, bool includeGeometryField, Dictionary<string,object> propMods ) |
Parameters
- address
- A list of address field values.
- includeOIDField
- Whether to return the OID field in the results.
- includeGeometryField
- Whether to return location geometry in the results.
- propMods
- A set of property settings to use for geocoding.
Return Value
A table of candidate locations.Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family