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


ISingleLineAddressInput.SingleLineAddressField Property (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 > ISingleLineAddressInput.SingleLineAddressField Property
ArcGIS Developer Help

ISingleLineAddressInput.SingleLineAddressField Property

Field needed to geocode a single line address.

[Visual Basic .NET]
Public ReadOnly Property SingleLineAddressField As IField
[C#]
public IField SingleLineAddressField {get;}
[C++]
HRESULT get_SingleLineAddressField(
  IField** singleLineField
);
[C++]
Parameters
singleLineField [out, retval]

singleLineField is a parameter of type IField**

Product Availability

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

Remarks

The SingleLineAddressField property returns a Field object that specifies the field that the locator uses to geocode addresses in a single line format. The IField::Name property is the internal field name used by the locator.

You can use the Field returned by this property to determine which field in a table contains address information using the DefaultInputFieldNames property.

See Also

ISingleLineAddressInput Interface

.NET Samples

Single line address geocoding