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


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

IGeocodingProperties.AddPercentAlongToMatchFields Property

Indicates if the percentage along the reference feature at which the address is located is included in the geocoding result.

[Visual Basic .NET]
Public Property AddPercentAlongToMatchFields As Boolean
[C#]
public bool AddPercentAlongToMatchFields {get; set;}
[C++]
HRESULT get_AddPercentAlongToMatchFields(
  Boolean* bAddPercentAlongToMatchFields
);
[C++]
HRESULT put_AddPercentAlongToMatchFields(
  VARIANT_BOOL bAddPercentAlongToMatchFields
);
[C++]
Parameters
bAddPercentAlongToMatchFields [out, retval]

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

Product Availability

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

Remarks

For locators that interpolate geocoded locations along polyline reference data features, the AddPercentAlongToMatchFields property indicates if the matches returned by the locator have an attribute containing the percentage along the reference data feature at which the address was located, with values between 0 and 100. 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