This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IS > ISingleLineAddressInput Interface > ISingleLineAddressInput.DefaultInputFieldNames Property (ArcObjects .NET 10.5 SDK) |
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
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.