ESRI.ArcGIS.ADF.Web.DataSources.VirtualEarthService
GetAddressFields Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.VirtualEarthService Namespace > GeocodeFunctionality Class : GetAddressFields Method




Obtains a list of the fields that may be used as inputs for geocoding.

Syntax

Visual Basic (Declaration) 
Public Function GetAddressFields() As List(Of Field)
Visual Basic (Usage)Copy Code
Dim instance As GeocodeFunctionality
Dim value As List(Of Field)
 
value = instance.GetAddressFields()
C# 
public List<Field> GetAddressFields()

Example

For an example of using this property, see the ArcGIS Server's GeocodeFunctionality.GetAddressFields method.

Remarks

Each item in the returned list is a Field that has the field name, data type, whether required, etc. This information guides the information that should be provided when performing geocoding with GeocodeAddress or FindAddressCandidates. For each field (or at least required fields), an AddressValue object should be created and added to the list to pass to the geocoding method. The Field's Name may be used as the AddressValue's FieldID.

See Also

© 2010 All Rights Reserved.