ESRI.ArcGIS.ADF.IMS
InputFields Property
See Also 
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.

See Also

© 2010 All Rights Reserved.