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


IGeocodingProperties.AddReferenceIDToMatchFields Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IG > IGeocodingProperties Interface > IGeocodingProperties.AddReferenceIDToMatchFields Property
ArcGIS Developer Help

IGeocodingProperties.AddReferenceIDToMatchFields Property

Indicates if the feature ID of the matched feature is included in the geocoding result.

[Visual Basic .NET]
Public Property AddReferenceIDToMatchFields As Boolean
[C#]
public bool AddReferenceIDToMatchFields {get; set;}
[C++]
HRESULT get_AddReferenceIDToMatchFields(
  Boolean* bAddReferenceIDToMatchFields
);
[C++]
HRESULT put_AddReferenceIDToMatchFields(
  VARIANT_BOOL bAddReferenceIDToMatchFields
);
[C++]
Parameters
bAddReferenceIDToMatchFields [out, retval]

bAddReferenceIDToMatchFields is a parameter of type bool* bAddReferenceIDToMatchFields [in]
bAddReferenceIDToMatchFields is a parameter of type bool

Product Availability

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

Remarks

The AddReferenceIDToMatchFields property indicates if the matches returned by the locator have an attribute containing the FeatureID of the reference data feature to which the address was matched. If this property has a value of True, then this attribute will be included in the match fields for the locator.

See Also

IGeocodingProperties Interface