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


ISingleLineAddressInput.DefaultInputFieldNames Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Location)  

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