ESRI.ArcGIS.ADF.IMS
InputFields Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.IMS.Geocode Namespace > Geocoder Class : InputFields Property




Gets the input fields for the address style.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property InputFields As InputFieldCollection
Visual Basic (Usage)Copy Code
Dim instance As Geocoder
Dim value As InputFieldCollection
 
value = instance.InputFields
C# 
public InputFieldCollection InputFields {get;}

Example

For an example, see the Geocoder overview.

Remarks

InputFields defines a single part of an address to be geocoded such as a street name or ZIP Code. The following table lists required and optional InputFields for each address style.

Address Styles

Required

Optional

USAddressZ, USSingleHouseZ, USSingleRangeZ STREET, Zone CrossStreet
USAddress, USSingleHouse, USSingleRange STREET CrossStreet
Zip4, Zip4Range, Zip5 Zip
SingleField Keyfield

This property is read-only.

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.