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(
BSTR* fieldNames
);
[C++]Parameters
fieldNames [out, retval] fieldNames is a parameter of type BSTR
Product Availability
Remarks
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.
See Also
IAttachedLocator Interface | IAttachedLocator Interface | AttachedLocator Class | ILocatorManager2 Interface | ILocatorManager Interface | LocatorManager Class | IAddressGeocoding.MatchFields Property | ILocatorManager2 Interface | IAttachedLocator Interface | AttachedLocator Class | ILocatorManager Interface | ILocatorManager Interface | AttachedLocator Class | ILocatorManager.GetLocatorFromDataset Method | IAttachedLocator Interface | ILocatorManager.HasLocatorAttached Method | ILocatorManager2 Interface