This document is archived and information here might be outdated.  Recommended version.


IAttachedLocator.OutputFieldNamesList Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IA > IAttachedLocator Interface > IAttachedLocator.OutputFieldNamesList Property
ArcGIS Developer Help

IAttachedLocator.OutputFieldNamesList Property

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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 | 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