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


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

ISingleLineAddressInput.DefaultInputFieldNames Property

Recognized names for the single line input field.

[Visual Basic .NET]
Public ReadOnly Property DefaultInputFieldNames As Object
[C#]
public object DefaultInputFieldNames {get;}
[C++]
HRESULT get_DefaultInputFieldNames(
  Variant* fieldNames
);
[C++]
Parameters
fieldNames [out, retval]

fieldNames is a parameter of type VARIANT*

Product Availability

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

Remarks

The DefaultInputFieldNames property returns an Array of field names that you can use to determine which field in an address table contains the full address for single line geocoding.

See Also

ISingleLineAddressInput Interface