ESRI.ArcGIS.ADF.IMS
InputField Class
Members  See Also 
ESRI.ArcGIS.ADF.IMS.Geocode Namespace : InputField Class




Class that represents the input fields for the address style associated with the FeatureLayer.

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class InputField 
Visual Basic (Usage)Copy Code
Dim instance As InputField
C# 
[SerializableAttribute()]
public class InputField 

Example

For an example, see Geocoder.

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

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.ADF.IMS.Geocode.InputField

See Also

© 2010 All Rights Reserved.