Names of fields in the input table used by the locator.
[Visual Basic .NET] Public ReadOnly Property InputFieldNamesList As String
[C#] public string InputFieldNamesList {get;}
[C++]
HRESULT get_InputFieldNamesList(
BSTR* fieldNames
);
[C++]Parameters
fieldNames [out, retval] fieldNames is a parameter of type BSTR
Product Availability
Remarks
The InputFieldNamesList property returns a comma-delimited string that contains the names of the fields in the table returned by the InputTable that are used as address fields by the locator. The fields in this string are in the same order as specified by the IAddressInputs::AddressFields property on the locator.
For geocoded feature classes created with ArcCatalog or ArcMap, these fields are always contained in the geocoded feature class itself. When you geocode a table using ArcCatalog or ArcMap, the address fields are copied from the address table to the geocoded feature class, and are prefixed with "ARC_". By default, ArcCatalog and ArcMap use these fields, not the fields from the original address table, when rematching the geocoded feature class.
See Also
IAttachedLocator Interface | IAddressInputs Interface | IAttachedLocator Interface | AttachedLocator Class | ILocatorManager2 Interface | ILocatorManager Interface | LocatorManager Class | ILocatorManager2 Interface | IAttachedLocator Interface | AttachedLocator Class | ILocatorManager Interface | ILocatorManager Interface | AttachedLocator Class | ILocatorManager.GetLocatorFromDataset Method | IAttachedLocator Interface | ILocatorManager.HasLocatorAttached Method | ILocatorManager2 Interface