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


IGeocodingProperties.AddStandardizeStringToMatchFields 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.AddStandardizeStringToMatchFields Property
ArcGIS Developer Help

IGeocodingProperties.AddStandardizeStringToMatchFields Property

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(
  Boolean* bAddStandardizeStringToMatchFields
);
[C++]
HRESULT put_AddStandardizeStringToMatchFields(
  VARIANT_BOOL bAddStandardizeStringToMatchFields
);
[C++]
Parameters
bAddStandardizeStringToMatchFields [out, retval]

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

Product Availability

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

Remarks

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.

See Also

IGeocodingProperties Interface