![]() ![]() |
ESRI.ArcGIS.ADF.Web.DataSources.IMS | |
GetAddressFields Method | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.Web.DataSources.IMS Namespace > GeocodeFunctionality Class : GetAddressFields Method |
Visual Basic (Declaration) | |
---|---|
Public Function GetAddressFields() As List(Of Field) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As GeocodeFunctionality Dim value As List(Of Field) value = instance.GetAddressFields() |
C# | |
---|---|
public List<Field> GetAddressFields() |
For an example of using this property, see the ArcGIS Server's GeocodeFunctionality.GetAddressFields method.
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.
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