ESRI.ArcGIS.ADF.Web.DataSources
GetAddressFields Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.DataSources Namespace > IGeocodeFunctionality Interface : GetAddressFields Method




Gets the fields that may be submitted for a geocoding operation.

Syntax

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

Return Value

A list of Field objects, each of which specifies the field name, length, type, whether required, etc.

Requirements

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

See Also

© 2011 All Rights Reserved.