ArcObjects Library Reference (Location)  

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(
  BSTR* 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 | ILocatorManager2 Interface | IAttachedLocator Interface | AttachedLocator Class | ILocatorManager Interface | IAddressGeocoding.MatchFields Property | ILocatorManager Interface | IAttachedLocator Interface | ILocatorManager2 Interface | AttachedLocator Class | ILocatorManager2 Interface | ILocatorManager Interface | ILocatorManager.HasLocatorAttached Method | AttachedLocator Class | IAttachedLocator Interface | ILocatorManager.GetLocatorFromDataset Method