This document is archived and information here might be outdated. Recommended version. |
Names of result fields in the output feature class.
[Visual Basic .NET]
Public ReadOnly Property OutputFieldNamesList As String
[C#]
public string OutputFieldNamesList {get;}
[C++]
HRESULT get_OutputFieldNamesList(
System.String* fieldNames
);
[C++] Parameters fieldNames [out, retval]
fieldNames is a parameter of type BSTR*
The OutputFieldNamesList property returns a comma-delimited string that contains the names of the fields in the table returned by the OutputTable property that contain the match information. The fields in this string are in the same order as specified by the IAddressGeocoding::MatchFields property on the locator.
IAttachedLocator Interface | LocatorManager Class | IAttachedLocator Interface | AttachedLocator Class | ILocatorManager Interface | ILocatorManager2 Interface | IAddressGeocoding.MatchFields Property | ILocatorManager Interface | ILocatorManager2 Interface | IAttachedLocator Interface | AttachedLocator Class | ILocatorManager Interface | ILocatorManager2 Interface | IAttachedLocator Interface | ILocatorManager.HasLocatorAttached Method | AttachedLocator Class | ILocatorManager.GetLocatorFromDataset Method