This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IG > IGeocodingProperties Interface > IGeocodingProperties.AddStandardizeStringToMatchFields Property (ArcObjects .NET 10.4 SDK) |
Indicates if the standardized address is included in the geocoding result.
[Visual Basic .NET] Public Property AddStandardizeStringToMatchFields As Boolean
[C#] public bool AddStandardizeStringToMatchFields {get; set;}
[C++]
HRESULT get_AddStandardizeStringToMatchFields(
VARIANT_BOOL* bAddStandardizeStringToMatchFields
);
[C++]
HRESULT put_AddStandardizeStringToMatchFields(
VARIANT_BOOL bAddStandardizeStringToMatchFields
);
[C++]
Parameters bAddStandardizeStringToMatchFields [out, retval] bAddStandardizeStringToMatchFields is a parameter of type VARIANT_BOOL bAddStandardizeStringToMatchFields [in] bAddStandardizeStringToMatchFields is a parameter of type VARIANT_BOOL
The AddStandardizeStringToMatchFields property indicates if the matches returned by the locator have an attribute containing a string representing the standardization of the address. The standardization string is a string with each component of the standardized address separated by pipe ("|") characters. If this property has a value of True, then this attribute will be included in the match fields for the locator.