ArcObjects Library Reference (Location)  

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(
  VARIANT_BOOL* bAddReferenceIDToMatchFields
);
[C++]
HRESULT put_AddReferenceIDToMatchFields(
  VARIANT_BOOL bAddReferenceIDToMatchFields
);
[C++]

Parameters

bAddReferenceIDToMatchFields [out, retval]   bAddReferenceIDToMatchFields is a parameter of type VARIANT_BOOL bAddReferenceIDToMatchFields [in]   bAddReferenceIDToMatchFields is a parameter of type VARIANT_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

.NET Related Topics

How to work with geocoding properties