This document is archived and information here might be outdated.  Recommended version.


ISingleLineAddressInput Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IS > ISingleLineAddressInput Interface
ArcGIS Developer Help

ISingleLineAddressInput Interface

Provides access to members for working with single line address information.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

When To Use

Use the ISingleLineAddressInput interface to determine if a locator supports geocoding an address in a single line format. Address locators created in ArcGIS 10 support single line input geocoding.

Members

Name Description
Read-only property DefaultInputFieldNames Recognized names for the single line input field.
Read-only property SingleLineAddressField Field needed to geocode a single line address.

Classes that implement ISingleLineAddressInput

Classes Description
AGSAddressLocator A locator adaptor for the GeocodeServer proxies.
CompositeLocator A locator that contains collection of other locators.
ESRIGen2AddressLocator An address locator that uses the Esri geocoding engine introduced in ArcGIS version 10.0.
ESRIGen2AddressLocatorStyle An address locator style that uses the Esri geocoding engine introduced in ArcGIS version 10.0.

.NET Samples

Single line address geocoding