This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IA > IAddressInputs Interface > IAddressInputs.DefaultInputFieldNames Property (ArcObjects .NET 10.5 SDK) |
Recognized names for an input field.
[Visual Basic .NET] Public Function get_DefaultInputFieldNames ( _ ByVal addressField As String _ ) As Object
[C#] public object get_DefaultInputFieldNames ( string addressField );
[C++]
HRESULT get_DefaultInputFieldNames(
BSTR addressField,
VARIANT* fieldNames
);
[C++]
Parameters addressField [in] addressField is a parameter of type BSTR 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 a particular address component. The addressField parameter is the name of a Field returned by the AddressFields property.