This document is archived and information here might be outdated. Recommended version. |
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
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.