|
| ESRI.ArcGIS.ADF.IMS | |
| InputFields Property | |
| See Also | |
| ESRI.ArcGIS.ADF.IMS.Geocode Namespace > Geocoder Class : InputFields Property |
| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property InputFields As InputFieldCollection | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public InputFieldCollection InputFields {get;} | |
For an example, see the Geocoder overview.
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.