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
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 a particular address component. The addressField parameter is the name of a Field returned by the AddressFields property.