ArcObjects Library Reference (Location)  

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

Parameters

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